|
1 | 1 | # Changelog |
2 | 2 |
|
| 3 | +## 32.2.0-alpha.4 - 2026-05-06 |
| 4 | +* [#2214](https://github.com/stripe/stripe-java/pull/2214) Update generated code for private-preview |
| 5 | + * Add support for new resource `PaymentLocation` |
| 6 | + * Add support for `create`, `delete`, `retrieve`, and `update` methods on resource `PaymentLocation` |
| 7 | + * Add support for `protections` on `AccountCreateParams.capabilities.card_payments`, `AccountUpdateParams.capabilities.card_payments`, and `Capability` |
| 8 | + * Add support for `giftCard` on `ConfirmationToken.payment_method_preview`, `ConfirmationTokenCreateParams.payment_method_data`, `PaymentIntentConfirmParams.payment_method_data`, `PaymentIntentCreateParams.payment_method_data`, `PaymentIntentUpdateParams.payment_method_data`, `PaymentMethodCreateParams`, `PaymentMethod`, `SetupIntentConfirmParams.payment_method_data`, `SetupIntentCreateParams.payment_method_data`, `SetupIntentUpdateParams.payment_method_data`, and `sharedpayment.GrantedToken.payment_method_details` |
| 9 | + * Add support for new value `gift_card` on enums `ConfirmationTokenCreateParams.payment_method_data.type`, `PaymentIntentConfirmParams.payment_method_data.type`, `PaymentIntentCreateParams.payment_method_data.type`, `PaymentIntentUpdateParams.payment_method_data.type`, `SetupIntentConfirmParams.payment_method_data.type`, `SetupIntentCreateParams.payment_method_data.type`, and `SetupIntentUpdateParams.payment_method_data.type` |
| 10 | + * Add support for new value `gift_card` on enums `CustomerListPaymentMethodsParams.type`, `PaymentMethodCreateParams.type`, and `PaymentMethodListParams.type` |
| 11 | + * Add support for `metadata` on `delegatedcheckout.RequestedSessionConfirmParams` |
| 12 | + * Add support for `creditedItems` on `InvoiceItem.proration_details` |
| 13 | + * Add support for `networkLifecycle` on `issuing.Dispute` |
| 14 | + * Add support for new value `gift_card` on enums `PaymentIntentConfirmParams.excludedPaymentMethodTypes`, `PaymentIntentCreateParams.excludedPaymentMethodTypes`, `PaymentIntentUpdateParams.excludedPaymentMethodTypes`, `SetupIntentCreateParams.excludedPaymentMethodTypes`, and `SetupIntentUpdateParams.excludedPaymentMethodTypes` |
| 15 | + * Add support for `statusDetails` on `Subscription` |
| 16 | +* [#2215](https://github.com/stripe/stripe-java/pull/2215) Add EventNotificationHandler (private preview) |
| 17 | + |
3 | 18 | ## 32.2.0-alpha.3 - 2026-04-28 |
4 | 19 | * [#2213](https://github.com/stripe/stripe-java/pull/2213) Update generated code for private-preview |
5 | 20 | * Add support for `debitCard` on `v2.core.Account.configuration.card_creator.capabilities.consumer.lead`, `v2.core.Account.identity.attestations.terms_of_service.card_creator.consumer.lead`, `v2.core.AccountCreateParams.configuration.card_creator.capabilities.consumer.lead`, `v2.core.AccountCreateParams.identity.attestations.terms_of_service.card_creator.consumer.lead`, `v2.core.AccountUpdateParams.configuration.card_creator.capabilities.consumer.lead`, and `v2.core.AccountUpdateParams.identity.attestations.terms_of_service.card_creator.consumer.lead` |
|
0 commit comments