|
1 | 1 | # Changelog |
2 | 2 |
|
| 3 | +## 32.2.0-alpha.5 - 2026-05-13 |
| 4 | +* [#2216](https://github.com/stripe/stripe-java/pull/2216) Update generated code for private-preview |
| 5 | + * Add support for new resources `v2.core.FeeBatch`, `v2.core.FeeEntry`, `v2.moneymanagement.DebitDispute`, and `v2.moneymanagement.FinancialAccountStatement` |
| 6 | + * Add support for `simulate_network_lifecycle_pre_arbitration_response` and `simulate_network_lifecycle_pre_arbitration_submission` test helper methods on resource `issuing.Dispute` |
| 7 | + * Add support for `list` method on resource `PaymentLocation` |
| 8 | + * Add support for `list` and `retrieve` methods on resources `v2.core.FeeBatch`, `v2.core.FeeEntry`, and `v2.moneymanagement.FinancialAccountStatement` |
| 9 | + * Add support for `create`, `list`, and `retrieve` methods on resource `v2.moneymanagement.DebitDispute` |
| 10 | + * Add support for `discounts` on `delegatedcheckout.RequestedSessionCreateParams`, `delegatedcheckout.RequestedSessionUpdateParams`, and `delegatedcheckout.RequestedSession` |
| 11 | + * Add support for `amountSale` on `delegatedcheckout.RequestedSession.line_item_details[]` and `delegatedcheckout.RequestedSession.total_details` |
| 12 | + * Add support for `amountDiscount` and `breakdown` on `delegatedcheckout.RequestedSession.total_details` |
| 13 | + * ⚠️ Remove support for `checkDepositAddress` on `Invoice.payment_settings.payment_method_options.check_scan`, `InvoiceCreateParams.payment_settings.payment_method_options.check_scan`, `InvoiceUpdateParams.payment_settings.payment_method_options.check_scan`, `QuotePreviewInvoice.payment_settings.payment_method_options.check_scan`, `Subscription.payment_settings.payment_method_options.check_scan`, `SubscriptionCreateParams.payment_settings.payment_method_options.check_scan`, and `SubscriptionUpdateParams.payment_settings.payment_method_options.check_scan` |
| 14 | + * Add support for `paymentEvaluations` on `PaymentAttemptRecordReportGuaranteedParams`, `PaymentRecordReportPaymentAttemptGuaranteedParams`, `PaymentRecordReportPaymentAttemptParams.guaranteed`, and `PaymentRecordReportPaymentParams.guaranteed` |
| 15 | + * Add support for `location` on `PaymentIntentConfirmParams.payment_details`, `PaymentIntentCreateParams.payment_details`, `PaymentIntentUpdateParams.payment_details`, `SetupIntentConfirmParams.setup_details`, `SetupIntentCreateParams.setup_details`, and `SetupIntentUpdateParams.setup_details` |
| 16 | + * Add support for `onboardingDataUpdateAcknowledged` on `PaymentLocationUpdateParams` |
| 17 | + * Change `PaymentLocationCreateParams.address.country` and `PaymentLocationUpdateParams.address.country` to be optional |
| 18 | + * Add support for `customer` on `radar.CustomerEvaluationUpdateParams` |
| 19 | + * Add support for `status` on `radar.CustomerEvaluationUpdateParams` and `radar.CustomerEvaluation` |
| 20 | + * Change `radar.CustomerEvaluationUpdateParams.type` to be optional |
| 21 | + * Add support for `paymentBehavior` on `SubscriptionResumeParams` |
| 22 | + * Add support for `disputeDetails` on `v2.moneymanagement.ReceivedDebit` |
| 23 | + * Add support for `debitDispute` on `v2.moneymanagement.Transaction.flow` and `v2.moneymanagement.TransactionEntry.transaction_details.flow` |
| 24 | + * Add support for `paymentAttemptRecord` on `EventsV2PaymentsOffSessionPaymentAttemptFailedEvent` and `EventsV2PaymentsOffSessionPaymentFailedEvent` |
| 25 | + * Add support for event notifications `V2MoneyManagementFinancialAccountStatementCreatedEvent` and `V2MoneyManagementFinancialAccountStatementRestatedEvent` with related object `v2.moneymanagement.FinancialAccountStatement` |
| 26 | + |
3 | 27 | ## 32.2.0-alpha.4 - 2026-05-06 |
4 | 28 | * [#2214](https://github.com/stripe/stripe-java/pull/2214) Update generated code for private-preview |
5 | 29 | * Add support for new resource `PaymentLocation` |
|
0 commit comments