|
1 | 1 | # Changelog |
2 | 2 |
|
| 3 | +## 19.3.0-alpha.2 - 2026-06-03 |
| 4 | +* [#1870](https://github.com/stripe/stripe-ruby/pull/1870) Update generated code for private-preview |
| 5 | + * Add support for new resources `DelegatedCheckout::OrderEvent`, `DelegatedCheckout::Order`, `V2::Billing::ContractLicensePricingQuantityChange`, `V2::Billing::Contract`, and `V2::Signals::AccountSignal` |
| 6 | + * Add support for `retrieve` method on resource `DelegatedCheckout::Order` |
| 7 | + * Add support for `list_orders` method on resource `DelegatedCheckout::RequestedSession` |
| 8 | + * Add support for `list` and `retrieve` methods on resource `V2::Signals::AccountSignal` |
| 9 | + * Add support for `activate`, `cancel`, `create`, `list`, `retrieve`, and `update` methods on resource `V2::Billing::Contract` |
| 10 | + * Add support for `birth_address` on `AccountCreateParams::Individual`, `AccountPersonCreateParams`, `AccountPersonUpdateParams`, `AccountUpdateParams::Individual`, `Person`, `TokenCreateParams::Account::Individual`, and `TokenCreateParams::Person` |
| 11 | + * Change type of `ChargeCaptureParams::PaymentDetail::MoneyService.transaction_type`, `ChargeUpdateParams::PaymentDetail::MoneyService.transaction_type`, `PaymentIntentCaptureParams::PaymentDetail::MoneyService.transaction_type`, `PaymentIntentConfirmParams::PaymentDetail::MoneyService.transaction_type`, `PaymentIntentCreateParams::PaymentDetail::MoneyService.transaction_type`, and `PaymentIntentUpdateParams::PaymentDetail::MoneyService.transaction_type` from `literal('account_funding')` to `enum('account_funding'|'debt_repayment')` |
| 12 | + * Add support for `provisioning_decision` and `token_type` on `Issuing::Authorization::TokenDetail` and `Issuing::Token` |
| 13 | + * Add support for `token_decision_recommendation` on `Issuing::Authorization::TokenDetail::NetworkDatum::Visa` and `Issuing::Token::NetworkDatum::Visa` |
| 14 | + * Add support for `language` on `Issuing::Token::NetworkDatum::Device` |
| 15 | + * Add support for `digital_asset_category` on `PaymentIntentConfirmParams::PaymentMethodOption::Card::PaymentDetail::MoneyService::AccountFunding`, `PaymentIntentConfirmParams::PaymentMethodOption::CardPresent::PaymentDetail::MoneyService::AccountFunding`, `PaymentIntentCreateParams::PaymentMethodOption::Card::PaymentDetail::MoneyService::AccountFunding`, `PaymentIntentCreateParams::PaymentMethodOption::CardPresent::PaymentDetail::MoneyService::AccountFunding`, `PaymentIntentUpdateParams::PaymentMethodOption::Card::PaymentDetail::MoneyService::AccountFunding`, and `PaymentIntentUpdateParams::PaymentMethodOption::CardPresent::PaymentDetail::MoneyService::AccountFunding` |
| 16 | + * Add support for `static_address` on `PaymentIntent::PaymentMethodOption::Crypto::DepositOption`, `PaymentIntentConfirmParams::PaymentMethodOption::Crypto::DepositOption`, `PaymentIntentCreateParams::PaymentMethodOption::Crypto::DepositOption`, and `PaymentIntentUpdateParams::PaymentMethodOption::Crypto::DepositOption` |
| 17 | + * Add support for `payment_reference` on `PaymentIntentCreateParams::PaymentsOrchestration` |
| 18 | + * ⚠️ Remove support for `payment_details` on `PaymentIntentCreateParams::PaymentsOrchestration` |
| 19 | + * ⚠️ Change type of `PaymentIntent::PaymentDetail::MoneyService.transaction_type` from `literal('account_funding')` to `enum('account_funding'|'debt_repayment')` |
| 20 | + * Add support for `ending_before`, `limit`, and `starting_after` on `PaymentLocationListParams` |
| 21 | + * ⚠️ Change `Radar::IssuingAuthorizationEvaluationCreateParams::CardDetail.last4` to be required |
| 22 | + * Add support for `schema` on `V2::Data::Reporting::QueryRun::Result::File` and `V2::Reporting::ReportRun::Result::File` |
| 23 | + * Add support for `include` on `V2::Data::Reporting::QueryRunRetrieveParams` and `V2::Reporting::ReportRunRetrieveParams` |
| 24 | + * Add support for `requirements_collector` on `V2::Core::AccountCreateParams::Default::Responsibility` and `V2::Core::AccountUpdateParams::Default::Responsibility` |
| 25 | + * Add support for event notification `V2SignalsAccountSignalMerchantDelinquencyReadyEvent` with related object `V2::Signals::AccountSignal` |
| 26 | + |
3 | 27 | ## 19.3.0-alpha.1 - 2026-05-27 |
4 | 28 | This release changes the pinned API version to 2026-05-27.private. |
5 | 29 |
|
|
0 commit comments