|
1 | 1 | # Changelog |
2 | 2 |
|
| 3 | +## 19.3.0 - 2026-06-24 |
| 4 | +This release changes the pinned API version to 2026-06-24.dahlia. |
| 5 | + |
| 6 | +* [#1896](https://github.com/stripe/stripe-ruby/pull/1896) Update generated code |
| 7 | + * Add support for `release_details` on `Reserve::Hold` |
| 8 | + * Change `Billing::CreditGrant.priority` to be required |
| 9 | + * Add support for `buyer_id` on `Charge::PaymentMethodDetail::Bizum`, `ConfirmationToken::PaymentMethodPreview::Bizum`, `ConfirmationToken::PaymentMethodPreview::Blik`, `PaymentAttemptRecord::PaymentMethodDetail::Bizum`, `PaymentMethod::Bizum`, `PaymentMethod::Blik`, and `PaymentRecord::PaymentMethodDetail::Bizum` |
| 10 | + * Add support for `transaction_link_id` on `Charge::PaymentMethodDetail::Card` |
| 11 | + * Add support for `fingerprint` on `Charge::PaymentMethodDetail::Pix`, `ConfirmationToken::PaymentMethodPreview::Pix`, `PaymentMethod::Pix`, and `SetupAttempt::PaymentMethodDetail::Pix` |
| 12 | + * Add support for `sunbit` on `Checkout::Session::PaymentMethodOption`, `Checkout::SessionCreateParams::PaymentMethodOption`, `PaymentIntent::PaymentMethodOption`, `PaymentIntentConfirmParams::PaymentMethodOption`, `PaymentIntentCreateParams::PaymentMethodOption`, and `PaymentIntentUpdateParams::PaymentMethodOption` |
| 13 | + * Add support for `billing_cycle_anchor_config` on `Checkout::SessionCreateParams::SubscriptionDatum` |
| 14 | + * Add support for `wechat_pay` on `Checkout::Session::PaymentMethodOption` |
| 15 | + * Add support for `mastercard_compliance` on `Dispute::Evidence::EnhancedEvidence`, `Dispute::EvidenceDetail::EnhancedEligibility`, and `DisputeUpdateParams::Evidence::EnhancedEvidence` |
| 16 | + * Add support for `status_details` on `FinancialConnections::Account` |
| 17 | + * ⚠️ Remove support for `stored_credential_usage` on `PaymentAttemptRecord::PaymentMethodDetail::Card` and `PaymentRecord::PaymentMethodDetail::Card` |
| 18 | + * ⚠️ Change `PaymentAttemptRecord::PaymentMethodDetail::Card.description` and `PaymentRecord::PaymentMethodDetail::Card.description` to be optional |
| 19 | + * ⚠️ Change `PaymentAttemptRecord::PaymentMethodDetail::Card.iin` and `PaymentRecord::PaymentMethodDetail::Card.iin` to be optional |
| 20 | + * ⚠️ Change `PaymentAttemptRecord::PaymentMethodDetail::Card.issuer` and `PaymentRecord::PaymentMethodDetail::Card.issuer` to be optional |
| 21 | + * Add support for `setup_future_usage` on `PaymentIntent::PaymentMethodOption::Satispay`, `PaymentIntentConfirmParams::PaymentMethodOption::Satispay`, `PaymentIntentCreateParams::PaymentMethodOption::Satispay`, and `PaymentIntentUpdateParams::PaymentMethodOption::Satispay` |
| 22 | + * Change `PaymentRecordReportRefundParams.refunded` to be optional |
| 23 | + * Add support for `satispay` on `SetupAttempt::PaymentMethodDetail` |
| 24 | + * Add support for `custom_fields`, `description`, and `footer` on `Subscription::InvoiceSetting`, `SubscriptionCreateParams::InvoiceSetting`, and `SubscriptionUpdateParams::InvoiceSetting` |
| 25 | + * Add support for `payment_method_options` and `payment_method` on `TopupCreateParams` |
| 26 | + * Add support for `mode` on `V2::Commerce::ProductCatalogImport` |
| 27 | + * Add support for `sunbit_payments` on `V2::Core::Account::Configuration::Merchant::Capability`, `V2::Core::AccountCreateParams::Configuration::Merchant::Capability`, and `V2::Core::AccountUpdateParams::Configuration::Merchant::Capability` |
| 28 | + * Add support for `crypto_money_manager` and `money_manager` on `V2::Core::AccountUpdateParams::Identity::Attestation::TermsOfService` |
| 29 | + * ⚠️ Remove support for `crypto_storer` and `storer` on `V2::Core::AccountUpdateParams::Identity::Attestation::TermsOfService` |
| 30 | + |
3 | 31 | ## 19.2.1 - 2026-06-12 |
4 | 32 | * [#1874](https://github.com/stripe/stripe-ruby/pull/1874) Add "source" field to user-agent header |
5 | 33 |
|
|
0 commit comments