stripe 15.6.0.pre.alpha.1 → 15.6.0.pre.beta.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/API_VERSION +1 -1
- data/CHANGELOG.md +1 -65
- data/OPENAPI_VERSION +1 -1
- data/README.md +4 -6
- data/VERSION +1 -1
- data/lib/stripe/api_requestor.rb +0 -2
- data/lib/stripe/errors.rb +0 -3
- data/lib/stripe/event_types.rb +0 -83
- data/lib/stripe/object_types.rb +0 -27
- data/lib/stripe/resources/billing/alert.rb +1 -128
- data/lib/stripe/resources/billing/alert_triggered.rb +0 -6
- data/lib/stripe/resources/billing/credit_balance_summary.rb +0 -50
- data/lib/stripe/resources/billing/credit_balance_transaction.rb +0 -50
- data/lib/stripe/resources/billing/credit_grant.rb +2 -61
- data/lib/stripe/resources/charge.rb +4 -0
- data/lib/stripe/resources/checkout/session.rb +1 -128
- data/lib/stripe/resources/invoice.rb +0 -11
- data/lib/stripe/resources/invoice_item.rb +0 -48
- data/lib/stripe/resources/invoice_line_item.rb +0 -52
- data/lib/stripe/resources/issuing/card.rb +8 -0
- data/lib/stripe/resources/payment_attempt_record.rb +4 -0
- data/lib/stripe/resources/payment_record.rb +4 -0
- data/lib/stripe/resources/quote_preview_invoice.rb +0 -7
- data/lib/stripe/resources/subscription.rb +0 -38
- data/lib/stripe/resources/v2/event.rb +0 -2
- data/lib/stripe/resources/v2/money_management/financial_account.rb +2 -2
- data/lib/stripe/resources.rb +0 -85
- data/lib/stripe/services/billing/alert_service.rb +1 -75
- data/lib/stripe/services/billing/credit_balance_summary_service.rb +1 -13
- data/lib/stripe/services/billing/credit_grant_service.rb +2 -29
- data/lib/stripe/services/checkout/session_service.rb +1 -80
- data/lib/stripe/services/invoice_service.rb +0 -4
- data/lib/stripe/services/issuing/card_service.rb +8 -0
- data/lib/stripe/services/subscription_service.rb +0 -27
- data/lib/stripe/services/v2/billing_service.rb +1 -18
- data/lib/stripe/services/v2/core_service.rb +1 -2
- data/lib/stripe/services/v2_services.rb +1 -3
- data/lib/stripe/services.rb +0 -29
- data/lib/stripe/version.rb +1 -1
- data/rbi/stripe.rbi +201354 -0
- metadata +2 -115
- data/lib/stripe/events/v2_billing_cadence_billed_event.rb +0 -21
- data/lib/stripe/events/v2_billing_cadence_canceled_event.rb +0 -21
- data/lib/stripe/events/v2_billing_cadence_created_event.rb +0 -23
- data/lib/stripe/events/v2_billing_cadence_errored_event.rb +0 -21
- data/lib/stripe/events/v2_billing_license_fee_created_event.rb +0 -21
- data/lib/stripe/events/v2_billing_license_fee_updated_event.rb +0 -21
- data/lib/stripe/events/v2_billing_license_fee_version_created_event.rb +0 -23
- data/lib/stripe/events/v2_billing_licensed_item_created_event.rb +0 -21
- data/lib/stripe/events/v2_billing_licensed_item_updated_event.rb +0 -21
- data/lib/stripe/events/v2_billing_metered_item_created_event.rb +0 -21
- data/lib/stripe/events/v2_billing_metered_item_updated_event.rb +0 -21
- data/lib/stripe/events/v2_billing_pricing_plan_component_created_event.rb +0 -23
- data/lib/stripe/events/v2_billing_pricing_plan_component_updated_event.rb +0 -23
- data/lib/stripe/events/v2_billing_pricing_plan_created_event.rb +0 -21
- data/lib/stripe/events/v2_billing_pricing_plan_subscription_collection_awaiting_customer_action_event.rb +0 -21
- data/lib/stripe/events/v2_billing_pricing_plan_subscription_collection_current_event.rb +0 -21
- data/lib/stripe/events/v2_billing_pricing_plan_subscription_collection_past_due_event.rb +0 -21
- data/lib/stripe/events/v2_billing_pricing_plan_subscription_collection_paused_event.rb +0 -21
- data/lib/stripe/events/v2_billing_pricing_plan_subscription_collection_unpaid_event.rb +0 -21
- data/lib/stripe/events/v2_billing_pricing_plan_subscription_servicing_activated_event.rb +0 -21
- data/lib/stripe/events/v2_billing_pricing_plan_subscription_servicing_canceled_event.rb +0 -21
- data/lib/stripe/events/v2_billing_pricing_plan_subscription_servicing_paused_event.rb +0 -21
- data/lib/stripe/events/v2_billing_pricing_plan_updated_event.rb +0 -21
- data/lib/stripe/events/v2_billing_pricing_plan_version_created_event.rb +0 -23
- data/lib/stripe/events/v2_billing_rate_card_created_event.rb +0 -23
- data/lib/stripe/events/v2_billing_rate_card_rate_created_event.rb +0 -23
- data/lib/stripe/events/v2_billing_rate_card_subscription_activated_event.rb +0 -21
- data/lib/stripe/events/v2_billing_rate_card_subscription_canceled_event.rb +0 -21
- data/lib/stripe/events/v2_billing_rate_card_subscription_collection_awaiting_customer_action_event.rb +0 -21
- data/lib/stripe/events/v2_billing_rate_card_subscription_collection_current_event.rb +0 -21
- data/lib/stripe/events/v2_billing_rate_card_subscription_collection_past_due_event.rb +0 -21
- data/lib/stripe/events/v2_billing_rate_card_subscription_collection_paused_event.rb +0 -21
- data/lib/stripe/events/v2_billing_rate_card_subscription_collection_unpaid_event.rb +0 -21
- data/lib/stripe/events/v2_billing_rate_card_subscription_servicing_activated_event.rb +0 -21
- data/lib/stripe/events/v2_billing_rate_card_subscription_servicing_canceled_event.rb +0 -21
- data/lib/stripe/events/v2_billing_rate_card_subscription_servicing_paused_event.rb +0 -21
- data/lib/stripe/events/v2_billing_rate_card_updated_event.rb +0 -21
- data/lib/stripe/events/v2_billing_rate_card_version_created_event.rb +0 -23
- data/lib/stripe/events/v2_core_health_api_error_firing_event.rb +0 -13
- data/lib/stripe/events/v2_core_health_api_error_resolved_event.rb +0 -13
- data/lib/stripe/events/v2_core_health_api_latency_firing_event.rb +0 -13
- data/lib/stripe/events/v2_core_health_api_latency_resolved_event.rb +0 -13
- data/lib/stripe/events/v2_core_health_authorization_rate_drop_firing_event.rb +0 -13
- data/lib/stripe/events/v2_core_health_authorization_rate_drop_resolved_event.rb +0 -13
- data/lib/stripe/events/v2_core_health_event_generation_failure_resolved_event.rb +0 -13
- data/lib/stripe/events/v2_core_health_fraud_rate_increased_event.rb +0 -13
- data/lib/stripe/events/v2_core_health_issuing_authorization_request_timeout_firing_event.rb +0 -13
- data/lib/stripe/events/v2_core_health_issuing_authorization_request_timeout_resolved_event.rb +0 -13
- data/lib/stripe/events/v2_core_health_payment_method_error_firing_event.rb +0 -13
- data/lib/stripe/events/v2_core_health_payment_method_error_resolved_event.rb +0 -13
- data/lib/stripe/events/v2_core_health_traffic_volume_drop_firing_event.rb +0 -13
- data/lib/stripe/events/v2_core_health_traffic_volume_drop_resolved_event.rb +0 -13
- data/lib/stripe/events/v2_core_health_webhook_latency_firing_event.rb +0 -13
- data/lib/stripe/events/v2_core_health_webhook_latency_resolved_event.rb +0 -13
- data/lib/stripe/events/v2_reporting_report_run_created_event.rb +0 -21
- data/lib/stripe/events/v2_reporting_report_run_failed_event.rb +0 -21
- data/lib/stripe/events/v2_reporting_report_run_succeeded_event.rb +0 -21
- data/lib/stripe/events/v2_reporting_report_run_updated_event.rb +0 -21
- data/lib/stripe/resources/v2/billing/bill_setting.rb +0 -62
- data/lib/stripe/resources/v2/billing/bill_setting_version.rb +0 -50
- data/lib/stripe/resources/v2/billing/cadence.rb +0 -182
- data/lib/stripe/resources/v2/billing/collection_setting.rb +0 -148
- data/lib/stripe/resources/v2/billing/collection_setting_version.rb +0 -136
- data/lib/stripe/resources/v2/billing/custom_pricing_unit.rb +0 -35
- data/lib/stripe/resources/v2/billing/intent.rb +0 -59
- data/lib/stripe/resources/v2/billing/intent_action.rb +0 -200
- data/lib/stripe/resources/v2/billing/license_fee.rb +0 -79
- data/lib/stripe/resources/v2/billing/license_fee_subscription.rb +0 -36
- data/lib/stripe/resources/v2/billing/license_fee_version.rb +0 -56
- data/lib/stripe/resources/v2/billing/licensed_item.rb +0 -44
- data/lib/stripe/resources/v2/billing/metered_item.rb +0 -58
- data/lib/stripe/resources/v2/billing/pricing_plan.rb +0 -43
- data/lib/stripe/resources/v2/billing/pricing_plan_component.rb +0 -58
- data/lib/stripe/resources/v2/billing/pricing_plan_subscription.rb +0 -63
- data/lib/stripe/resources/v2/billing/pricing_plan_version.rb +0 -30
- data/lib/stripe/resources/v2/billing/profile.rb +0 -38
- data/lib/stripe/resources/v2/billing/rate_card.rb +0 -53
- data/lib/stripe/resources/v2/billing/rate_card_rate.rb +0 -71
- data/lib/stripe/resources/v2/billing/rate_card_subscription.rb +0 -63
- data/lib/stripe/resources/v2/billing/rate_card_version.rb +0 -26
- data/lib/stripe/resources/v2/billing/service_action.rb +0 -117
- data/lib/stripe/resources/v2/core/claimable_sandbox.rb +0 -57
- data/lib/stripe/resources/v2/reporting/report.rb +0 -64
- data/lib/stripe/resources/v2/reporting/report_run.rb +0 -89
- data/lib/stripe/resources/v2/tax/automatic_rule.rb +0 -31
- data/lib/stripe/services/v2/billing/bill_setting_service.rb +0 -214
- data/lib/stripe/services/v2/billing/bill_settings/version_service.rb +0 -45
- data/lib/stripe/services/v2/billing/cadence_service.rb +0 -428
- data/lib/stripe/services/v2/billing/collection_setting_service.rb +0 -518
- data/lib/stripe/services/v2/billing/collection_settings/version_service.rb +0 -45
- data/lib/stripe/services/v2/billing/custom_pricing_unit_service.rb +0 -108
- data/lib/stripe/services/v2/billing/intent_service.rb +0 -465
- data/lib/stripe/services/v2/billing/intents/action_service.rb +0 -45
- data/lib/stripe/services/v2/billing/license_fee_service.rb +0 -250
- data/lib/stripe/services/v2/billing/license_fee_subscription_service.rb +0 -23
- data/lib/stripe/services/v2/billing/license_fees/version_service.rb +0 -45
- data/lib/stripe/services/v2/billing/licensed_item_service.rb +0 -149
- data/lib/stripe/services/v2/billing/metered_item_service.rb +0 -176
- data/lib/stripe/services/v2/billing/pricing_plan_service.rb +0 -142
- data/lib/stripe/services/v2/billing/pricing_plan_subscription_service.rb +0 -76
- data/lib/stripe/services/v2/billing/pricing_plans/component_service.rb +0 -162
- data/lib/stripe/services/v2/billing/pricing_plans/version_service.rb +0 -45
- data/lib/stripe/services/v2/billing/profile_service.rb +0 -144
- data/lib/stripe/services/v2/billing/rate_card_service.rb +0 -151
- data/lib/stripe/services/v2/billing/rate_card_subscription_service.rb +0 -144
- data/lib/stripe/services/v2/billing/rate_cards/rate_service.rb +0 -161
- data/lib/stripe/services/v2/billing/rate_cards/version_service.rb +0 -45
- data/lib/stripe/services/v2/billing/service_action_service.rb +0 -259
- data/lib/stripe/services/v2/core/claimable_sandbox_service.rb +0 -50
- data/lib/stripe/services/v2/reporting/report_run_service.rb +0 -88
- data/lib/stripe/services/v2/reporting/report_service.rb +0 -25
- data/lib/stripe/services/v2/reporting_service.rb +0 -16
- data/lib/stripe/services/v2/tax/automatic_rule_service.rb +0 -99
- data/lib/stripe/services/v2/tax_service.rb +0 -15
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 1c642c066b3f649ba0a4cd905b78f1fb16c737f95092bc59cdf5d50608ae1621
|
4
|
+
data.tar.gz: 6ce6093b6470fa5bb6db669f01680bedc62a0775d65353f5913588b9b1aec474
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 58eae5852e9a3836700a1657d4e85b9526d001e4ba2bb2de45ff5c23dc2d22b6e641e6e70af100d5671ea42aba4798a9ef98a60a2dc96f502ba29ceb2e5171f4
|
7
|
+
data.tar.gz: 83f07337b4cea16ce37a7d16f87694c188a0457d3932436ea3609667db80c3d6bb70373acae8de67b37157d9e76a06d537bdc93c49d2556770aa496f61148323
|
data/API_VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
2025-08-27.
|
1
|
+
2025-08-27.preview
|
data/CHANGELOG.md
CHANGED
@@ -1,52 +1,6 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
-
## 15.6.0-
|
4
|
-
* [#1640](https://github.com/stripe/stripe-ruby/pull/1640) Use the right API version 2025-08-27.preview
|
5
|
-
* [#1636](https://github.com/stripe/stripe-ruby/pull/1636) Update generated code for private-preview
|
6
|
-
* Add support for `attach_cadence` method on resource `Subscription`
|
7
|
-
* Add support for `currency` and `external_customer_id` on `Billing::AlertTriggered`
|
8
|
-
* Add support for `custom_pricing_unit` on `Billing::AlertTriggered`, `Billing::CreditBalanceSummary::Balance::AvailableBalance`, `Billing::CreditBalanceSummary::Balance::LedgerBalance`, `Billing::CreditBalanceTransaction::Credit::Amount`, `Billing::CreditBalanceTransaction::Debit::Amount`, `Billing::CreditGrant::Amount`, and `Billing::CreditGrant::CreateParams::Amount`
|
9
|
-
* Add support for `customer` on `Billing::Alert::ListParams`
|
10
|
-
* Change type of `Billing::Alert.alert_type`, `Billing::Alert::CreateParams.alert_type`, and `Billing::Alert::ListParams.alert_type` from `literal('usage_threshold')` to `enum('credit_balance_threshold'|'usage_threshold')`
|
11
|
-
* Add support for `credit_balance_threshold` on `Billing::Alert::CreateParams` and `Billing::Alert`
|
12
|
-
* Add support for `billable_items` on `Billing::CreditBalanceSummary::RetrieveParams::Filter::ApplicabilityScope`, `Billing::CreditGrant::ApplicabilityConfig::Scope`, and `Billing::CreditGrant::CreateParams::ApplicabilityConfig::Scope`
|
13
|
-
* Change type of `Billing::CreditBalanceSummary::Balance::AvailableBalance.type`, `Billing::CreditBalanceSummary::Balance::LedgerBalance.type`, `Billing::CreditBalanceTransaction::Credit::Amount.type`, `Billing::CreditBalanceTransaction::Debit::Amount.type`, `Billing::CreditGrant::Amount.type`, and `Billing::CreditGrant::CreateParams::Amount.type` from `literal('monetary')` to `enum('custom_pricing_unit'|'monetary')`
|
14
|
-
* Add support for `license_fee_subscription_details` and `rate_card_subscription_details` on `InvoiceItem::Parent` and `InvoiceLineItem::Parent`
|
15
|
-
* Change type of `InvoiceItem::Parent.type` from `literal('subscription_details')` to `enum('license_fee_subscription_details'|'rate_card_subscription_details'|'subscription_details')`
|
16
|
-
* Add support for `license_fee_details` and `rate_card_rate_details` on `InvoiceItem::Pricing` and `InvoiceLineItem::Pricing`
|
17
|
-
* Change type of `InvoiceItem::Pricing.type` and `InvoiceLineItem::Pricing.type` from `literal('price_details')` to `enum('license_fee_details'|'price_details'|'rate_card_rate_details')`
|
18
|
-
* Add support for `billing_cadence` on `Invoice::CreatePreviewParams`, `Subscription::CreateParams`, and `Subscription`
|
19
|
-
* Add support for `billing_cadence_details` on `Invoice::Parent` and `QuotePreviewInvoice::Parent`
|
20
|
-
* Add support for new resources `V2::Billing::BillSettingVersion`, `V2::Billing::BillSetting`, `V2::Billing::Cadence`, `V2::Billing::CollectionSettingVersion`, `V2::Billing::CollectionSetting`, `V2::Billing::CustomPricingUnit`, `V2::Billing::IntentAction`, `V2::Billing::Intent`, `V2::Billing::LicenseFeeSubscription`, `V2::Billing::LicenseFeeVersion`, `V2::Billing::LicenseFee`, `V2::Billing::LicensedItem`, `V2::Billing::MeteredItem`, `V2::Billing::PricingPlanComponent`, `V2::Billing::PricingPlanSubscription`, `V2::Billing::PricingPlanVersion`, `V2::Billing::PricingPlan`, `V2::Billing::Profile`, `V2::Billing::RateCardRate`, `V2::Billing::RateCardSubscription`, `V2::Billing::RateCardVersion`, `V2::Billing::RateCard`, `V2::Billing::ServiceAction`, `V2::Core::ClaimableSandbox`, `V2::Reporting::ReportRun`, `V2::Reporting::Report`, and `V2::Tax::AutomaticRule`
|
21
|
-
* Add support for `create`, `deactivate`, `find`, `retrieve`, and `update` methods on resource `V2::Tax::AutomaticRule`
|
22
|
-
* Add support for `create` and `retrieve` methods on resources `V2::Billing::ServiceAction` and `V2::Reporting::ReportRun`
|
23
|
-
* Add support for `retrieve` method on resources `V2::Billing::LicenseFeeSubscription` and `V2::Reporting::Report`
|
24
|
-
* Add support for `create` method on resource `V2::Core::ClaimableSandbox`
|
25
|
-
* Add support for `cancel`, `create`, `list`, `retrieve`, and `update` methods on resources `V2::Billing::Cadence` and `V2::Billing::RateCardSubscription`
|
26
|
-
* Add support for `create`, `list`, `retrieve`, and `update` methods on resources `V2::Billing::BillSetting`, `V2::Billing::CollectionSetting`, `V2::Billing::CustomPricingUnit`, `V2::Billing::LicenseFee`, `V2::Billing::LicensedItem`, `V2::Billing::MeteredItem`, `V2::Billing::PricingPlan`, `V2::Billing::Profile`, and `V2::Billing::RateCard`
|
27
|
-
* Add support for `list` and `retrieve` methods on resources `V2::Billing::BillSettingVersion`, `V2::Billing::CollectionSettingVersion`, `V2::Billing::IntentAction`, `V2::Billing::LicenseFeeVersion`, `V2::Billing::PricingPlanSubscription`, `V2::Billing::PricingPlanVersion`, and `V2::Billing::RateCardVersion`
|
28
|
-
* Add support for `create`, `delete`, `list`, and `retrieve` methods on resource `V2::Billing::RateCardRate`
|
29
|
-
* Add support for `create`, `delete`, `list`, `retrieve`, and `update` methods on resource `V2::Billing::PricingPlanComponent`
|
30
|
-
* Add support for `cancel`, `commit`, `create`, `list`, `release_reservation`, `reserve`, and `retrieve` methods on resource `V2::Billing::Intent`
|
31
|
-
* Add support for `changes` on `V2::Event`
|
32
|
-
* Add support for thin events `V2BillingCadenceBilledEvent`, `V2BillingCadenceCanceledEvent`, `V2BillingCadenceCreatedEvent`, and `V2BillingCadenceErroredEvent` with related object `V2::Billing::Cadence`
|
33
|
-
* Add support for thin events `V2BillingLicenseFeeCreatedEvent` and `V2BillingLicenseFeeUpdatedEvent` with related object `V2::Billing::LicenseFee`
|
34
|
-
* Add support for thin event `V2BillingLicenseFeeVersionCreatedEvent` with related object `V2::Billing::LicenseFeeVersion`
|
35
|
-
* Add support for thin events `V2BillingLicensedItemCreatedEvent` and `V2BillingLicensedItemUpdatedEvent` with related object `V2::Billing::LicensedItem`
|
36
|
-
* Add support for thin events `V2BillingMeteredItemCreatedEvent` and `V2BillingMeteredItemUpdatedEvent` with related object `V2::Billing::MeteredItem`
|
37
|
-
* Add support for thin events `V2BillingPricingPlanCreatedEvent` and `V2BillingPricingPlanUpdatedEvent` with related object `V2::Billing::PricingPlan`
|
38
|
-
* Add support for thin events `V2BillingPricingPlanComponentCreatedEvent` and `V2BillingPricingPlanComponentUpdatedEvent` with related object `V2::Billing::PricingPlanComponent`
|
39
|
-
* Add support for thin events `V2BillingPricingPlanSubscriptionCollectionAwaitingCustomerActionEvent`, `V2BillingPricingPlanSubscriptionCollectionCurrentEvent`, `V2BillingPricingPlanSubscriptionCollectionPastDueEvent`, `V2BillingPricingPlanSubscriptionCollectionPausedEvent`, `V2BillingPricingPlanSubscriptionCollectionUnpaidEvent`, `V2BillingPricingPlanSubscriptionServicingActivatedEvent`, `V2BillingPricingPlanSubscriptionServicingCanceledEvent`, and `V2BillingPricingPlanSubscriptionServicingPausedEvent` with related object `V2::Billing::PricingPlanSubscription`
|
40
|
-
* Add support for thin event `V2BillingPricingPlanVersionCreatedEvent` with related object `V2::Billing::PricingPlanVersion`
|
41
|
-
* Add support for thin events `V2BillingRateCardCreatedEvent` and `V2BillingRateCardUpdatedEvent` with related object `V2::Billing::RateCard`
|
42
|
-
* Add support for thin event `V2BillingRateCardRateCreatedEvent` with related object `V2::Billing::RateCardRate`
|
43
|
-
* Add support for thin events `V2BillingRateCardSubscriptionActivatedEvent`, `V2BillingRateCardSubscriptionCanceledEvent`, `V2BillingRateCardSubscriptionCollectionAwaitingCustomerActionEvent`, `V2BillingRateCardSubscriptionCollectionCurrentEvent`, `V2BillingRateCardSubscriptionCollectionPastDueEvent`, `V2BillingRateCardSubscriptionCollectionPausedEvent`, `V2BillingRateCardSubscriptionCollectionUnpaidEvent`, `V2BillingRateCardSubscriptionServicingActivatedEvent`, `V2BillingRateCardSubscriptionServicingCanceledEvent`, and `V2BillingRateCardSubscriptionServicingPausedEvent` with related object `V2::Billing::RateCardSubscription`
|
44
|
-
* Add support for thin event `V2BillingRateCardVersionCreatedEvent` with related object `V2::Billing::RateCardVersion`
|
45
|
-
* Add support for thin events `V2CoreHealthApiErrorFiringEvent`, `V2CoreHealthApiErrorResolvedEvent`, `V2CoreHealthApiLatencyFiringEvent`, `V2CoreHealthApiLatencyResolvedEvent`, `V2CoreHealthAuthorizationRateDropFiringEvent`, `V2CoreHealthAuthorizationRateDropResolvedEvent`, `V2CoreHealthEventGenerationFailureResolvedEvent`, `V2CoreHealthFraudRateIncreasedEvent`, `V2CoreHealthIssuingAuthorizationRequestTimeoutFiringEvent`, `V2CoreHealthIssuingAuthorizationRequestTimeoutResolvedEvent`, `V2CoreHealthPaymentMethodErrorFiringEvent`, `V2CoreHealthPaymentMethodErrorResolvedEvent`, `V2CoreHealthTrafficVolumeDropFiringEvent`, `V2CoreHealthTrafficVolumeDropResolvedEvent`, `V2CoreHealthWebhookLatencyFiringEvent`, and `V2CoreHealthWebhookLatencyResolvedEvent`
|
46
|
-
* Add support for thin events `V2ReportingReportRunCreatedEvent`, `V2ReportingReportRunFailedEvent`, `V2ReportingReportRunSucceededEvent`, and `V2ReportingReportRunUpdatedEvent` with related object `V2::Reporting::ReportRun`
|
47
|
-
* Add support for error type `RateLimitError`
|
48
|
-
|
49
|
-
## 15.6.0-beta.1 - 2025-08-27
|
3
|
+
## 15.6.0-beta.1 - 2025-08-27
|
50
4
|
This release changes the pinned API version to `2025-08-27.preview`.
|
51
5
|
|
52
6
|
* [#1629](https://github.com/stripe/stripe-ruby/pull/1629) Update generated code for beta
|
@@ -78,24 +32,6 @@ This release changes the pinned API version to `2025-08-27.preview`.
|
|
78
32
|
* Add support for `pix_display_qr_code` on `SetupIntent::NextAction`
|
79
33
|
* Add support for `reader_security` on `Terminal::Configuration::CreateParams`, `Terminal::Configuration::UpdateParams`, and `Terminal::Configuration`
|
80
34
|
|
81
|
-
## 15.5.0 - 2025-08-27
|
82
|
-
* [#1638](https://github.com/stripe/stripe-ruby/pull/1638) Add section on private preview SDKs in readme
|
83
|
-
* [#1631](https://github.com/stripe/stripe-ruby/pull/1631) Update generated code. This release changes the pinned API version to `2025-08-27.basil`.
|
84
|
-
* Add support for `balance_report`, `payout_details`, and `payout_reconciliation_report` on `AccountSession::Component` and `AccountSession::CreateParams::Component`
|
85
|
-
* Add support for `name` on `BillingPortal::Configuration::CreateParams`, `BillingPortal::Configuration::UpdateParams`, and `BillingPortal::Configuration`
|
86
|
-
* Add support for `installments` on `Charge::PaymentMethodDetail::Alma`
|
87
|
-
* Add support for `transaction_id` on `Charge::PaymentMethodDetail::Alma`, `Charge::PaymentMethodDetail::AmazonPay`, `Charge::PaymentMethodDetail::Billie`, `Charge::PaymentMethodDetail::KakaoPay`, `Charge::PaymentMethodDetail::KrCard`, `Charge::PaymentMethodDetail::NaverPay`, `Charge::PaymentMethodDetail::Payco`, `Charge::PaymentMethodDetail::RevolutPay`, `Charge::PaymentMethodDetail::SamsungPay`, and `Charge::PaymentMethodDetail::Satispay`
|
88
|
-
* Add support for `location` and `reader` on `Charge::PaymentMethodDetail::Paynow`
|
89
|
-
* Add support for `amount_includes_iof` on `Checkout::Session::CreateParams::PaymentMethodOption::Pix`, `Checkout::Session::PaymentMethodOption::Pix`, `PaymentIntent::ConfirmParams::PaymentMethodOption::Pix`, `PaymentIntent::CreateParams::PaymentMethodOption::Pix`, `PaymentIntent::PaymentMethodOption::Pix`, and `PaymentIntent::UpdateParams::PaymentMethodOption::Pix`
|
90
|
-
* Add support for `metadata` and `period` on `Invoice::CreatePreviewParams::ScheduleDetail::Phase::AddInvoiceItem`, `Subscription::CreateParams::AddInvoiceItem`, `Subscription::UpdateParams::AddInvoiceItem`, `SubscriptionSchedule::CreateParams::Phase::AddInvoiceItem`, `SubscriptionSchedule::Phase::AddInvoiceItem`, and `SubscriptionSchedule::UpdateParams::Phase::AddInvoiceItem`
|
91
|
-
* Add support for `exp_month` and `exp_year` on `Issuing::Card::CreateParams`
|
92
|
-
* Add support for `excluded_payment_method_types` on `PaymentIntent::CreateParams` and `PaymentIntent`
|
93
|
-
* Add support for `payout_method` on `Payout::CreateParams` and `Payout`
|
94
|
-
* Add support for `mxn` on `Terminal::Configuration::CreateParams::Tipping`, `Terminal::Configuration::Tipping`, and `Terminal::Configuration::UpdateParams::Tipping`
|
95
|
-
* Add support for `card` on `Terminal::Reader::PresentPaymentMethodParams`
|
96
|
-
* [#1637](https://github.com/stripe/stripe-ruby/pull/1637) Add `stripe_client` usage tracking for StripeClient
|
97
|
-
* [#1633](https://github.com/stripe/stripe-ruby/pull/1633) Remove double `T.nilable` before every emptyable field in update methods
|
98
|
-
|
99
35
|
## 15.5.0-beta.2 - 2025-08-08
|
100
36
|
* [#1632](https://github.com/stripe/stripe-ruby/pull/1632) Bring back invoice payments APIs that were missing in the public preview SDKs
|
101
37
|
* Add support for new resource `InvoicePayment`
|
data/OPENAPI_VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
|
1
|
+
v1932
|
data/README.md
CHANGED
@@ -66,7 +66,7 @@ client = Stripe::StripeClient.new("sk_test_...")
|
|
66
66
|
# list customers
|
67
67
|
customers = client.v1.customers.list()
|
68
68
|
|
69
|
-
# retrieve single customer
|
69
|
+
# retrieve single customer
|
70
70
|
customer = client.v1.customers.retrieve('cus_123456789')
|
71
71
|
```
|
72
72
|
|
@@ -322,12 +322,14 @@ you see at runtime may not match the types.
|
|
322
322
|
Stripe has features in the [public preview phase](https://docs.stripe.com/release-phases) that can be accessed via versions of this package that have the `-beta.X` suffix like `11.2.0-beta.2`.
|
323
323
|
We would love for you to try these as we incrementally release new features and improve them based on your feedback.
|
324
324
|
|
325
|
-
To install,
|
325
|
+
To install, choose the version that includes support for the preview feature you are interested in by reviewing the [releases page](https://github.com/stripe/stripe-ruby/releases/) and use it in the `gem install` command:
|
326
326
|
|
327
327
|
```sh
|
328
328
|
gem install stripe -v <replace-with-the-version-of-your-choice>
|
329
329
|
```
|
330
330
|
|
331
|
+
You can find the latest version to use in this command from the [releases page](https://github.com/stripe/stripe-ruby/releases/)
|
332
|
+
|
331
333
|
> **Note**
|
332
334
|
> There can be breaking changes between two versions of the public preview SDKs without a bump in the major version. Therefore we recommend pinning the package version to a specific version in your Gemfile. This way you can install the same version each time without breaking changes unless you are intentionally looking for the latest version of the public preview SDK.
|
333
335
|
|
@@ -339,10 +341,6 @@ Some preview features require a name and version to be set in the `Stripe-Versio
|
|
339
341
|
Stripe.add_beta_version("feature_beta", "v3")
|
340
342
|
```
|
341
343
|
|
342
|
-
### Private Preview SDKs
|
343
|
-
|
344
|
-
Stripe has features in the [private preview phase](https://docs.stripe.com/release-phases) that can be accessed via versions of this package that have the `-alpha.X` suffix like `11.2.0-alpha.2`. These are invite-only features. Once invited, you can install the private preview SDKs by following the same instructions as for the [public preview SDKs](https://github.com/stripe/stripe-ruby?tab=readme-ov-file#public-preview-sdks) above and replacing the term `beta` with `alpha`.
|
345
|
-
|
346
344
|
### Custom requests
|
347
345
|
|
348
346
|
If you:
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
15.6.0-
|
1
|
+
15.6.0-beta.1
|
data/lib/stripe/api_requestor.rb
CHANGED
@@ -880,8 +880,6 @@ module Stripe
|
|
880
880
|
NotCancelableError.new(error_data[:message], **opts)
|
881
881
|
when "quota_exceeded"
|
882
882
|
QuotaExceededError.new(error_data[:message], **opts)
|
883
|
-
when "rate_limit"
|
884
|
-
RateLimitError.new(error_data[:message], **opts)
|
885
883
|
when "recipient_not_notifiable"
|
886
884
|
RecipientNotNotifiableError.new(error_data[:message], **opts)
|
887
885
|
when "temporary_session_expired"
|
data/lib/stripe/errors.rb
CHANGED
data/lib/stripe/event_types.rb
CHANGED
@@ -7,62 +7,6 @@ module Stripe
|
|
7
7
|
# The beginning of the section generated from our OpenAPI spec
|
8
8
|
V1BillingMeterErrorReportTriggeredEvent.lookup_type => V1BillingMeterErrorReportTriggeredEvent,
|
9
9
|
V1BillingMeterNoMeterFoundEvent.lookup_type => V1BillingMeterNoMeterFoundEvent,
|
10
|
-
V2BillingCadenceBilledEvent.lookup_type => V2BillingCadenceBilledEvent,
|
11
|
-
V2BillingCadenceCanceledEvent.lookup_type => V2BillingCadenceCanceledEvent,
|
12
|
-
V2BillingCadenceCreatedEvent.lookup_type => V2BillingCadenceCreatedEvent,
|
13
|
-
V2BillingCadenceErroredEvent.lookup_type => V2BillingCadenceErroredEvent,
|
14
|
-
V2BillingLicenseFeeCreatedEvent.lookup_type => V2BillingLicenseFeeCreatedEvent,
|
15
|
-
V2BillingLicenseFeeUpdatedEvent.lookup_type => V2BillingLicenseFeeUpdatedEvent,
|
16
|
-
V2BillingLicenseFeeVersionCreatedEvent.lookup_type => V2BillingLicenseFeeVersionCreatedEvent,
|
17
|
-
V2BillingLicensedItemCreatedEvent.lookup_type => V2BillingLicensedItemCreatedEvent,
|
18
|
-
V2BillingLicensedItemUpdatedEvent.lookup_type => V2BillingLicensedItemUpdatedEvent,
|
19
|
-
V2BillingMeteredItemCreatedEvent.lookup_type => V2BillingMeteredItemCreatedEvent,
|
20
|
-
V2BillingMeteredItemUpdatedEvent.lookup_type => V2BillingMeteredItemUpdatedEvent,
|
21
|
-
V2BillingPricingPlanComponentCreatedEvent.lookup_type => V2BillingPricingPlanComponentCreatedEvent,
|
22
|
-
V2BillingPricingPlanComponentUpdatedEvent.lookup_type => V2BillingPricingPlanComponentUpdatedEvent,
|
23
|
-
V2BillingPricingPlanCreatedEvent.lookup_type => V2BillingPricingPlanCreatedEvent,
|
24
|
-
V2BillingPricingPlanSubscriptionCollectionAwaitingCustomerActionEvent.lookup_type =>
|
25
|
-
V2BillingPricingPlanSubscriptionCollectionAwaitingCustomerActionEvent,
|
26
|
-
V2BillingPricingPlanSubscriptionCollectionCurrentEvent.lookup_type =>
|
27
|
-
V2BillingPricingPlanSubscriptionCollectionCurrentEvent,
|
28
|
-
V2BillingPricingPlanSubscriptionCollectionPastDueEvent.lookup_type =>
|
29
|
-
V2BillingPricingPlanSubscriptionCollectionPastDueEvent,
|
30
|
-
V2BillingPricingPlanSubscriptionCollectionPausedEvent.lookup_type =>
|
31
|
-
V2BillingPricingPlanSubscriptionCollectionPausedEvent,
|
32
|
-
V2BillingPricingPlanSubscriptionCollectionUnpaidEvent.lookup_type =>
|
33
|
-
V2BillingPricingPlanSubscriptionCollectionUnpaidEvent,
|
34
|
-
V2BillingPricingPlanSubscriptionServicingActivatedEvent.lookup_type =>
|
35
|
-
V2BillingPricingPlanSubscriptionServicingActivatedEvent,
|
36
|
-
V2BillingPricingPlanSubscriptionServicingCanceledEvent.lookup_type =>
|
37
|
-
V2BillingPricingPlanSubscriptionServicingCanceledEvent,
|
38
|
-
V2BillingPricingPlanSubscriptionServicingPausedEvent.lookup_type =>
|
39
|
-
V2BillingPricingPlanSubscriptionServicingPausedEvent,
|
40
|
-
V2BillingPricingPlanUpdatedEvent.lookup_type => V2BillingPricingPlanUpdatedEvent,
|
41
|
-
V2BillingPricingPlanVersionCreatedEvent.lookup_type => V2BillingPricingPlanVersionCreatedEvent,
|
42
|
-
V2BillingRateCardCreatedEvent.lookup_type => V2BillingRateCardCreatedEvent,
|
43
|
-
V2BillingRateCardRateCreatedEvent.lookup_type => V2BillingRateCardRateCreatedEvent,
|
44
|
-
V2BillingRateCardSubscriptionActivatedEvent.lookup_type =>
|
45
|
-
V2BillingRateCardSubscriptionActivatedEvent,
|
46
|
-
V2BillingRateCardSubscriptionCanceledEvent.lookup_type =>
|
47
|
-
V2BillingRateCardSubscriptionCanceledEvent,
|
48
|
-
V2BillingRateCardSubscriptionCollectionAwaitingCustomerActionEvent.lookup_type =>
|
49
|
-
V2BillingRateCardSubscriptionCollectionAwaitingCustomerActionEvent,
|
50
|
-
V2BillingRateCardSubscriptionCollectionCurrentEvent.lookup_type =>
|
51
|
-
V2BillingRateCardSubscriptionCollectionCurrentEvent,
|
52
|
-
V2BillingRateCardSubscriptionCollectionPastDueEvent.lookup_type =>
|
53
|
-
V2BillingRateCardSubscriptionCollectionPastDueEvent,
|
54
|
-
V2BillingRateCardSubscriptionCollectionPausedEvent.lookup_type =>
|
55
|
-
V2BillingRateCardSubscriptionCollectionPausedEvent,
|
56
|
-
V2BillingRateCardSubscriptionCollectionUnpaidEvent.lookup_type =>
|
57
|
-
V2BillingRateCardSubscriptionCollectionUnpaidEvent,
|
58
|
-
V2BillingRateCardSubscriptionServicingActivatedEvent.lookup_type =>
|
59
|
-
V2BillingRateCardSubscriptionServicingActivatedEvent,
|
60
|
-
V2BillingRateCardSubscriptionServicingCanceledEvent.lookup_type =>
|
61
|
-
V2BillingRateCardSubscriptionServicingCanceledEvent,
|
62
|
-
V2BillingRateCardSubscriptionServicingPausedEvent.lookup_type =>
|
63
|
-
V2BillingRateCardSubscriptionServicingPausedEvent,
|
64
|
-
V2BillingRateCardUpdatedEvent.lookup_type => V2BillingRateCardUpdatedEvent,
|
65
|
-
V2BillingRateCardVersionCreatedEvent.lookup_type => V2BillingRateCardVersionCreatedEvent,
|
66
10
|
V2CoreAccountClosedEvent.lookup_type => V2CoreAccountClosedEvent,
|
67
11
|
V2CoreAccountCreatedEvent.lookup_type => V2CoreAccountCreatedEvent,
|
68
12
|
V2CoreAccountIncludingConfigurationCustomerCapabilityStatusUpdatedEvent.lookup_type =>
|
@@ -93,29 +37,6 @@ module Stripe
|
|
93
37
|
V2CoreAccountPersonUpdatedEvent.lookup_type => V2CoreAccountPersonUpdatedEvent,
|
94
38
|
V2CoreAccountUpdatedEvent.lookup_type => V2CoreAccountUpdatedEvent,
|
95
39
|
V2CoreEventDestinationPingEvent.lookup_type => V2CoreEventDestinationPingEvent,
|
96
|
-
V2CoreHealthApiErrorFiringEvent.lookup_type => V2CoreHealthApiErrorFiringEvent,
|
97
|
-
V2CoreHealthApiErrorResolvedEvent.lookup_type => V2CoreHealthApiErrorResolvedEvent,
|
98
|
-
V2CoreHealthApiLatencyFiringEvent.lookup_type => V2CoreHealthApiLatencyFiringEvent,
|
99
|
-
V2CoreHealthApiLatencyResolvedEvent.lookup_type => V2CoreHealthApiLatencyResolvedEvent,
|
100
|
-
V2CoreHealthAuthorizationRateDropFiringEvent.lookup_type =>
|
101
|
-
V2CoreHealthAuthorizationRateDropFiringEvent,
|
102
|
-
V2CoreHealthAuthorizationRateDropResolvedEvent.lookup_type =>
|
103
|
-
V2CoreHealthAuthorizationRateDropResolvedEvent,
|
104
|
-
V2CoreHealthEventGenerationFailureResolvedEvent.lookup_type =>
|
105
|
-
V2CoreHealthEventGenerationFailureResolvedEvent,
|
106
|
-
V2CoreHealthFraudRateIncreasedEvent.lookup_type => V2CoreHealthFraudRateIncreasedEvent,
|
107
|
-
V2CoreHealthIssuingAuthorizationRequestTimeoutFiringEvent.lookup_type =>
|
108
|
-
V2CoreHealthIssuingAuthorizationRequestTimeoutFiringEvent,
|
109
|
-
V2CoreHealthIssuingAuthorizationRequestTimeoutResolvedEvent.lookup_type =>
|
110
|
-
V2CoreHealthIssuingAuthorizationRequestTimeoutResolvedEvent,
|
111
|
-
V2CoreHealthPaymentMethodErrorFiringEvent.lookup_type => V2CoreHealthPaymentMethodErrorFiringEvent,
|
112
|
-
V2CoreHealthPaymentMethodErrorResolvedEvent.lookup_type =>
|
113
|
-
V2CoreHealthPaymentMethodErrorResolvedEvent,
|
114
|
-
V2CoreHealthTrafficVolumeDropFiringEvent.lookup_type => V2CoreHealthTrafficVolumeDropFiringEvent,
|
115
|
-
V2CoreHealthTrafficVolumeDropResolvedEvent.lookup_type =>
|
116
|
-
V2CoreHealthTrafficVolumeDropResolvedEvent,
|
117
|
-
V2CoreHealthWebhookLatencyFiringEvent.lookup_type => V2CoreHealthWebhookLatencyFiringEvent,
|
118
|
-
V2CoreHealthWebhookLatencyResolvedEvent.lookup_type => V2CoreHealthWebhookLatencyResolvedEvent,
|
119
40
|
V2MoneyManagementAdjustmentCreatedEvent.lookup_type => V2MoneyManagementAdjustmentCreatedEvent,
|
120
41
|
V2MoneyManagementFinancialAccountCreatedEvent.lookup_type =>
|
121
42
|
V2MoneyManagementFinancialAccountCreatedEvent,
|
@@ -189,10 +110,6 @@ module Stripe
|
|
189
110
|
V2PaymentsOffSessionPaymentCreatedEvent.lookup_type => V2PaymentsOffSessionPaymentCreatedEvent,
|
190
111
|
V2PaymentsOffSessionPaymentFailedEvent.lookup_type => V2PaymentsOffSessionPaymentFailedEvent,
|
191
112
|
V2PaymentsOffSessionPaymentSucceededEvent.lookup_type => V2PaymentsOffSessionPaymentSucceededEvent,
|
192
|
-
V2ReportingReportRunCreatedEvent.lookup_type => V2ReportingReportRunCreatedEvent,
|
193
|
-
V2ReportingReportRunFailedEvent.lookup_type => V2ReportingReportRunFailedEvent,
|
194
|
-
V2ReportingReportRunSucceededEvent.lookup_type => V2ReportingReportRunSucceededEvent,
|
195
|
-
V2ReportingReportRunUpdatedEvent.lookup_type => V2ReportingReportRunUpdatedEvent,
|
196
113
|
# The end of the section generated from our OpenAPI spec
|
197
114
|
}
|
198
115
|
end
|
data/lib/stripe/object_types.rb
CHANGED
@@ -187,35 +187,11 @@ module Stripe
|
|
187
187
|
V2::ListObject.object_name => V2::ListObject,
|
188
188
|
|
189
189
|
# v2 object classes: The beginning of the section generated from our OpenAPI spec
|
190
|
-
V2::Billing::BillSetting.object_name => V2::Billing::BillSetting,
|
191
|
-
V2::Billing::BillSettingVersion.object_name => V2::Billing::BillSettingVersion,
|
192
|
-
V2::Billing::Cadence.object_name => V2::Billing::Cadence,
|
193
|
-
V2::Billing::CollectionSetting.object_name => V2::Billing::CollectionSetting,
|
194
|
-
V2::Billing::CollectionSettingVersion.object_name => V2::Billing::CollectionSettingVersion,
|
195
|
-
V2::Billing::CustomPricingUnit.object_name => V2::Billing::CustomPricingUnit,
|
196
|
-
V2::Billing::Intent.object_name => V2::Billing::Intent,
|
197
|
-
V2::Billing::IntentAction.object_name => V2::Billing::IntentAction,
|
198
|
-
V2::Billing::LicenseFee.object_name => V2::Billing::LicenseFee,
|
199
|
-
V2::Billing::LicenseFeeSubscription.object_name => V2::Billing::LicenseFeeSubscription,
|
200
|
-
V2::Billing::LicenseFeeVersion.object_name => V2::Billing::LicenseFeeVersion,
|
201
|
-
V2::Billing::LicensedItem.object_name => V2::Billing::LicensedItem,
|
202
190
|
V2::Billing::MeterEvent.object_name => V2::Billing::MeterEvent,
|
203
191
|
V2::Billing::MeterEventAdjustment.object_name => V2::Billing::MeterEventAdjustment,
|
204
192
|
V2::Billing::MeterEventSession.object_name => V2::Billing::MeterEventSession,
|
205
|
-
V2::Billing::MeteredItem.object_name => V2::Billing::MeteredItem,
|
206
|
-
V2::Billing::PricingPlan.object_name => V2::Billing::PricingPlan,
|
207
|
-
V2::Billing::PricingPlanComponent.object_name => V2::Billing::PricingPlanComponent,
|
208
|
-
V2::Billing::PricingPlanSubscription.object_name => V2::Billing::PricingPlanSubscription,
|
209
|
-
V2::Billing::PricingPlanVersion.object_name => V2::Billing::PricingPlanVersion,
|
210
|
-
V2::Billing::Profile.object_name => V2::Billing::Profile,
|
211
|
-
V2::Billing::RateCard.object_name => V2::Billing::RateCard,
|
212
|
-
V2::Billing::RateCardRate.object_name => V2::Billing::RateCardRate,
|
213
|
-
V2::Billing::RateCardSubscription.object_name => V2::Billing::RateCardSubscription,
|
214
|
-
V2::Billing::RateCardVersion.object_name => V2::Billing::RateCardVersion,
|
215
|
-
V2::Billing::ServiceAction.object_name => V2::Billing::ServiceAction,
|
216
193
|
V2::Core::Account.object_name => V2::Core::Account,
|
217
194
|
V2::Core::AccountLink.object_name => V2::Core::AccountLink,
|
218
|
-
V2::Core::ClaimableSandbox.object_name => V2::Core::ClaimableSandbox,
|
219
195
|
V2::Core::Person.object_name => V2::Core::Person,
|
220
196
|
V2::Core::Vault::GbBankAccount.object_name => V2::Core::Vault::GbBankAccount,
|
221
197
|
V2::Core::Vault::UsBankAccount.object_name => V2::Core::Vault::UsBankAccount,
|
@@ -240,9 +216,6 @@ module Stripe
|
|
240
216
|
V2::MoneyManagement::Transaction.object_name => V2::MoneyManagement::Transaction,
|
241
217
|
V2::MoneyManagement::TransactionEntry.object_name => V2::MoneyManagement::TransactionEntry,
|
242
218
|
V2::Payments::OffSessionPayment.object_name => V2::Payments::OffSessionPayment,
|
243
|
-
V2::Reporting::Report.object_name => V2::Reporting::Report,
|
244
|
-
V2::Reporting::ReportRun.object_name => V2::Reporting::ReportRun,
|
245
|
-
V2::Tax::AutomaticRule.object_name => V2::Tax::AutomaticRule,
|
246
219
|
# v2 object classes: The end of the section generated from our OpenAPI spec
|
247
220
|
}
|
248
221
|
end
|
@@ -13,57 +13,6 @@ module Stripe
|
|
13
13
|
"billing.alert"
|
14
14
|
end
|
15
15
|
|
16
|
-
class CreditBalanceThreshold < Stripe::StripeObject
|
17
|
-
class Filter < Stripe::StripeObject
|
18
|
-
# Limit the scope of the alert to this customer ID
|
19
|
-
attr_reader :customer
|
20
|
-
# Attribute for field type
|
21
|
-
attr_reader :type
|
22
|
-
end
|
23
|
-
|
24
|
-
class Lte < Stripe::StripeObject
|
25
|
-
class CustomPricingUnit < Stripe::StripeObject
|
26
|
-
class CustomPricingUnitDetails < Stripe::StripeObject
|
27
|
-
# Time at which the object was created. Measured in seconds since the Unix epoch.
|
28
|
-
attr_reader :created
|
29
|
-
# The name of the custom pricing unit.
|
30
|
-
attr_reader :display_name
|
31
|
-
# Unique identifier for the object.
|
32
|
-
attr_reader :id
|
33
|
-
# A lookup key for the custom pricing unit.
|
34
|
-
attr_reader :lookup_key
|
35
|
-
# Set of [key-value pairs](https://stripe.com/docs/api/metadata) that you can attach to an object. This can be useful for storing additional information about the object in a structured format.
|
36
|
-
attr_reader :metadata
|
37
|
-
# The status of the custom pricing unit.
|
38
|
-
attr_reader :status
|
39
|
-
end
|
40
|
-
# The custom pricing unit object.
|
41
|
-
attr_reader :custom_pricing_unit_details
|
42
|
-
# Unique identifier for the object.
|
43
|
-
attr_reader :id
|
44
|
-
# A positive decimal string representing the amount.
|
45
|
-
attr_reader :value
|
46
|
-
end
|
47
|
-
|
48
|
-
class Monetary < Stripe::StripeObject
|
49
|
-
# Three-letter [ISO currency code](https://www.iso.org/iso-4217-currency-codes.html), in lowercase. Must be a [supported currency](https://stripe.com/docs/currencies).
|
50
|
-
attr_reader :currency
|
51
|
-
# A positive integer representing the amount.
|
52
|
-
attr_reader :value
|
53
|
-
end
|
54
|
-
# The type of this balance. We currently only support `monetary` amounts.
|
55
|
-
attr_reader :balance_type
|
56
|
-
# The custom pricing unit amount.
|
57
|
-
attr_reader :custom_pricing_unit
|
58
|
-
# The monetary amount.
|
59
|
-
attr_reader :monetary
|
60
|
-
end
|
61
|
-
# The filters allow limiting the scope of this credit balance alert. You must specify only a customer filter at this time.
|
62
|
-
attr_reader :filters
|
63
|
-
# Attribute for field lte
|
64
|
-
attr_reader :lte
|
65
|
-
end
|
66
|
-
|
67
16
|
class UsageThreshold < Stripe::StripeObject
|
68
17
|
class Filter < Stripe::StripeObject
|
69
18
|
# Limit the scope of the alert to this customer ID
|
@@ -84,8 +33,6 @@ module Stripe
|
|
84
33
|
class ListParams < Stripe::RequestParams
|
85
34
|
# Filter results to only include this type of alert.
|
86
35
|
attr_accessor :alert_type
|
87
|
-
# Filter results to only include alerts for the given customer.
|
88
|
-
attr_accessor :customer
|
89
36
|
# A cursor for use in pagination. `ending_before` is an object ID that defines your place in the list. For instance, if you make a list request and receive 100 objects, starting with `obj_bar`, your subsequent call can include `ending_before=obj_bar` in order to fetch the previous page of the list.
|
90
37
|
attr_accessor :ending_before
|
91
38
|
# Specifies which fields in the response should be expanded.
|
@@ -99,7 +46,6 @@ module Stripe
|
|
99
46
|
|
100
47
|
def initialize(
|
101
48
|
alert_type: nil,
|
102
|
-
customer: nil,
|
103
49
|
ending_before: nil,
|
104
50
|
expand: nil,
|
105
51
|
limit: nil,
|
@@ -107,7 +53,6 @@ module Stripe
|
|
107
53
|
starting_after: nil
|
108
54
|
)
|
109
55
|
@alert_type = alert_type
|
110
|
-
@customer = customer
|
111
56
|
@ending_before = ending_before
|
112
57
|
@expand = expand
|
113
58
|
@limit = limit
|
@@ -117,67 +62,6 @@ module Stripe
|
|
117
62
|
end
|
118
63
|
|
119
64
|
class CreateParams < Stripe::RequestParams
|
120
|
-
class CreditBalanceThreshold < Stripe::RequestParams
|
121
|
-
class Filter < Stripe::RequestParams
|
122
|
-
# Limit the scope to this credit balance alert only to this customer.
|
123
|
-
attr_accessor :customer
|
124
|
-
# What type of filter is being applied to this credit balance alert.
|
125
|
-
attr_accessor :type
|
126
|
-
|
127
|
-
def initialize(customer: nil, type: nil)
|
128
|
-
@customer = customer
|
129
|
-
@type = type
|
130
|
-
end
|
131
|
-
end
|
132
|
-
|
133
|
-
class Lte < Stripe::RequestParams
|
134
|
-
class CustomPricingUnit < Stripe::RequestParams
|
135
|
-
# The ID of the custom pricing unit.
|
136
|
-
attr_accessor :id
|
137
|
-
# A positive decimal string representing the amount of the custom pricing unit threshold.
|
138
|
-
attr_accessor :value
|
139
|
-
|
140
|
-
def initialize(id: nil, value: nil)
|
141
|
-
@id = id
|
142
|
-
@value = value
|
143
|
-
end
|
144
|
-
end
|
145
|
-
|
146
|
-
class Monetary < Stripe::RequestParams
|
147
|
-
# Three-letter [ISO code for the currency](https://stripe.com/docs/currencies) of the `value` parameter.
|
148
|
-
attr_accessor :currency
|
149
|
-
# An integer representing the amount of the threshold.
|
150
|
-
attr_accessor :value
|
151
|
-
|
152
|
-
def initialize(currency: nil, value: nil)
|
153
|
-
@currency = currency
|
154
|
-
@value = value
|
155
|
-
end
|
156
|
-
end
|
157
|
-
# Specify the type of this balance. We currently only support `monetary` billing credits.
|
158
|
-
attr_accessor :balance_type
|
159
|
-
# The custom pricing unit amount.
|
160
|
-
attr_accessor :custom_pricing_unit
|
161
|
-
# The monetary amount.
|
162
|
-
attr_accessor :monetary
|
163
|
-
|
164
|
-
def initialize(balance_type: nil, custom_pricing_unit: nil, monetary: nil)
|
165
|
-
@balance_type = balance_type
|
166
|
-
@custom_pricing_unit = custom_pricing_unit
|
167
|
-
@monetary = monetary
|
168
|
-
end
|
169
|
-
end
|
170
|
-
# The filters allows limiting the scope of this credit balance alert. You must specify a customer filter at this time.
|
171
|
-
attr_accessor :filters
|
172
|
-
# Defines at which value the alert will fire.
|
173
|
-
attr_accessor :lte
|
174
|
-
|
175
|
-
def initialize(filters: nil, lte: nil)
|
176
|
-
@filters = filters
|
177
|
-
@lte = lte
|
178
|
-
end
|
179
|
-
end
|
180
|
-
|
181
65
|
class UsageThreshold < Stripe::RequestParams
|
182
66
|
class Filter < Stripe::RequestParams
|
183
67
|
# Limit the scope to this usage alert only to this customer.
|
@@ -208,8 +92,6 @@ module Stripe
|
|
208
92
|
end
|
209
93
|
# The type of alert to create.
|
210
94
|
attr_accessor :alert_type
|
211
|
-
# The configuration of the credit balance threshold.
|
212
|
-
attr_accessor :credit_balance_threshold
|
213
95
|
# Specifies which fields in the response should be expanded.
|
214
96
|
attr_accessor :expand
|
215
97
|
# The title of the alert.
|
@@ -217,15 +99,8 @@ module Stripe
|
|
217
99
|
# The configuration of the usage threshold.
|
218
100
|
attr_accessor :usage_threshold
|
219
101
|
|
220
|
-
def initialize(
|
221
|
-
alert_type: nil,
|
222
|
-
credit_balance_threshold: nil,
|
223
|
-
expand: nil,
|
224
|
-
title: nil,
|
225
|
-
usage_threshold: nil
|
226
|
-
)
|
102
|
+
def initialize(alert_type: nil, expand: nil, title: nil, usage_threshold: nil)
|
227
103
|
@alert_type = alert_type
|
228
|
-
@credit_balance_threshold = credit_balance_threshold
|
229
104
|
@expand = expand
|
230
105
|
@title = title
|
231
106
|
@usage_threshold = usage_threshold
|
@@ -260,8 +135,6 @@ module Stripe
|
|
260
135
|
end
|
261
136
|
# Defines the type of the alert.
|
262
137
|
attr_reader :alert_type
|
263
|
-
# Encapsulates configuration of the alert to monitor billing credit balance.
|
264
|
-
attr_reader :credit_balance_threshold
|
265
138
|
# Unique identifier for the object.
|
266
139
|
attr_reader :id
|
267
140
|
# Has the value `true` if the object exists in live mode or the value `false` if the object exists in test mode.
|
@@ -13,14 +13,8 @@ module Stripe
|
|
13
13
|
attr_reader :alert
|
14
14
|
# Time at which the object was created. Measured in seconds since the Unix epoch.
|
15
15
|
attr_reader :created
|
16
|
-
# Currency for the threshold value
|
17
|
-
attr_reader :currency
|
18
|
-
# Custom pricing unit for the threshold value
|
19
|
-
attr_reader :custom_pricing_unit
|
20
16
|
# ID of customer for which the alert triggered
|
21
17
|
attr_reader :customer
|
22
|
-
# External customer ID for the customer for which the alert triggered
|
23
|
-
attr_reader :external_customer_id
|
24
18
|
# Has the value `true` if the object exists in live mode or the value `false` if the object exists in test mode.
|
25
19
|
attr_reader :livemode
|
26
20
|
# String representing the object's type. Objects of the same type share the same value.
|
@@ -12,37 +12,12 @@ module Stripe
|
|
12
12
|
|
13
13
|
class Balance < Stripe::StripeObject
|
14
14
|
class AvailableBalance < Stripe::StripeObject
|
15
|
-
class CustomPricingUnit < Stripe::StripeObject
|
16
|
-
class CustomPricingUnitDetails < Stripe::StripeObject
|
17
|
-
# Time at which the object was created. Measured in seconds since the Unix epoch.
|
18
|
-
attr_reader :created
|
19
|
-
# The name of the custom pricing unit.
|
20
|
-
attr_reader :display_name
|
21
|
-
# Unique identifier for the object.
|
22
|
-
attr_reader :id
|
23
|
-
# A lookup key for the custom pricing unit.
|
24
|
-
attr_reader :lookup_key
|
25
|
-
# Set of [key-value pairs](https://stripe.com/docs/api/metadata) that you can attach to an object. This can be useful for storing additional information about the object in a structured format.
|
26
|
-
attr_reader :metadata
|
27
|
-
# The status of the custom pricing unit.
|
28
|
-
attr_reader :status
|
29
|
-
end
|
30
|
-
# The custom pricing unit object.
|
31
|
-
attr_reader :custom_pricing_unit_details
|
32
|
-
# Unique identifier for the object.
|
33
|
-
attr_reader :id
|
34
|
-
# A positive integer representing the amount.
|
35
|
-
attr_reader :value
|
36
|
-
end
|
37
|
-
|
38
15
|
class Monetary < Stripe::StripeObject
|
39
16
|
# Three-letter [ISO currency code](https://www.iso.org/iso-4217-currency-codes.html), in lowercase. Must be a [supported currency](https://stripe.com/docs/currencies).
|
40
17
|
attr_reader :currency
|
41
18
|
# A positive integer representing the amount.
|
42
19
|
attr_reader :value
|
43
20
|
end
|
44
|
-
# The custom pricing unit amount.
|
45
|
-
attr_reader :custom_pricing_unit
|
46
21
|
# The monetary amount.
|
47
22
|
attr_reader :monetary
|
48
23
|
# The type of this amount. We currently only support `monetary` billing credits.
|
@@ -50,37 +25,12 @@ module Stripe
|
|
50
25
|
end
|
51
26
|
|
52
27
|
class LedgerBalance < Stripe::StripeObject
|
53
|
-
class CustomPricingUnit < Stripe::StripeObject
|
54
|
-
class CustomPricingUnitDetails < Stripe::StripeObject
|
55
|
-
# Time at which the object was created. Measured in seconds since the Unix epoch.
|
56
|
-
attr_reader :created
|
57
|
-
# The name of the custom pricing unit.
|
58
|
-
attr_reader :display_name
|
59
|
-
# Unique identifier for the object.
|
60
|
-
attr_reader :id
|
61
|
-
# A lookup key for the custom pricing unit.
|
62
|
-
attr_reader :lookup_key
|
63
|
-
# Set of [key-value pairs](https://stripe.com/docs/api/metadata) that you can attach to an object. This can be useful for storing additional information about the object in a structured format.
|
64
|
-
attr_reader :metadata
|
65
|
-
# The status of the custom pricing unit.
|
66
|
-
attr_reader :status
|
67
|
-
end
|
68
|
-
# The custom pricing unit object.
|
69
|
-
attr_reader :custom_pricing_unit_details
|
70
|
-
# Unique identifier for the object.
|
71
|
-
attr_reader :id
|
72
|
-
# A positive integer representing the amount.
|
73
|
-
attr_reader :value
|
74
|
-
end
|
75
|
-
|
76
28
|
class Monetary < Stripe::StripeObject
|
77
29
|
# Three-letter [ISO currency code](https://www.iso.org/iso-4217-currency-codes.html), in lowercase. Must be a [supported currency](https://stripe.com/docs/currencies).
|
78
30
|
attr_reader :currency
|
79
31
|
# A positive integer representing the amount.
|
80
32
|
attr_reader :value
|
81
33
|
end
|
82
|
-
# The custom pricing unit amount.
|
83
|
-
attr_reader :custom_pricing_unit
|
84
34
|
# The monetary amount.
|
85
35
|
attr_reader :monetary
|
86
36
|
# The type of this amount. We currently only support `monetary` billing credits.
|