|
1 | 1 | # Changelog |
2 | 2 |
|
| 3 | +## 15.2.0a5 - 2026-05-13 |
| 4 | +* [#1807](https://github.com/stripe/stripe-python/pull/1807) Update generated code for private-preview |
| 5 | + * Add support for new resources `v2.core.FeeBatch`, `v2.core.FeeEntry`, `v2.money_management.DebitDispute`, and `v2.money_management.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.money_management.FinancialAccountStatement` |
| 9 | + * Add support for `create`, `list`, and `retrieve` methods on resource `v2.money_management.DebitDispute` |
| 10 | + * Add support for `discounts` on `DelegatedCheckout.RequestedSession`, `delegated_checkout.RequestedSessionCreateParams`, and `delegated_checkout.RequestedSessionModifyParams` |
| 11 | + * Add support for `amount_sale` on `DelegatedCheckout.RequestedSession.LineItemDetail` and `DelegatedCheckout.RequestedSession.TotalDetail` |
| 12 | + * Add support for `amount_discount` and `breakdown` on `DelegatedCheckout.RequestedSession.TotalDetail` |
| 13 | + * ⚠️ Remove support for `check_deposit_address` on `Invoice.PaymentSetting.PaymentMethodOption.CheckScan`, `InvoiceCreateParamsPaymentSettingPaymentMethodOptionCheckScan`, `InvoiceModifyParamsPaymentSettingPaymentMethodOptionCheckScan`, `QuotePreviewInvoice.PaymentSetting.PaymentMethodOption.CheckScan`, `Subscription.PaymentSetting.PaymentMethodOption.CheckScan`, `SubscriptionCreateParamsPaymentSettingPaymentMethodOptionCheckScan`, and `SubscriptionModifyParamsPaymentSettingPaymentMethodOptionCheckScan` |
| 14 | + * Add support for `payment_evaluations` on `PaymentAttemptRecordReportGuaranteedParams`, `PaymentRecordReportPaymentAttemptGuaranteedParams`, `PaymentRecordReportPaymentAttemptParamsGuaranteed`, and `PaymentRecordReportPaymentParamsGuaranteed` |
| 15 | + * Add support for `location` on `PaymentIntentConfirmParamsPaymentDetail`, `PaymentIntentCreateParamsPaymentDetail`, `PaymentIntentModifyParamsPaymentDetail`, `SetupIntentConfirmParamsSetupDetail`, `SetupIntentCreateParamsSetupDetail`, and `SetupIntentModifyParamsSetupDetail` |
| 16 | + * Add support for `onboarding_data_update_acknowledged` on `PaymentLocationModifyParams` |
| 17 | + * Change `PaymentLocationCreateParamsAddress.country` and `PaymentLocationModifyParamsAddress.country` to be optional |
| 18 | + * Add support for `customer` on `radar.CustomerEvaluationModifyParams` |
| 19 | + * Add support for `status` on `Radar.CustomerEvaluation` and `radar.CustomerEvaluationModifyParams` |
| 20 | + * Change `radar.CustomerEvaluationModifyParams.type` to be optional |
| 21 | + * Add support for `payment_behavior` on `SubscriptionResumeParams` |
| 22 | + * Add support for `dispute_details` on `V2.MoneyManagement.ReceivedDebit` |
| 23 | + * ⚠️ Add support for new value `debit_dispute` on enums `V2.MoneyManagement.Transaction.category` and `V2.MoneyManagement.TransactionEntry.TransactionDetail.category` |
| 24 | + * Add support for `debit_dispute` on `V2.MoneyManagement.Transaction.Flow` and `V2.MoneyManagement.TransactionEntry.TransactionDetail.Flow` |
| 25 | + * ⚠️ Add support for new value `debit_dispute` on enums `V2.MoneyManagement.Transaction.Flow.type` and `V2.MoneyManagement.TransactionEntry.TransactionDetail.Flow.type` |
| 26 | + * Add support for `payment_attempt_record` on `EventsV2PaymentsOffSessionPaymentAttemptFailedEvent` and `EventsV2PaymentsOffSessionPaymentFailedEvent` |
| 27 | + * Add support for event notifications `V2MoneyManagementFinancialAccountStatementCreatedEvent` and `V2MoneyManagementFinancialAccountStatementRestatedEvent` with related object `v2.money_management.FinancialAccountStatement` |
| 28 | + |
3 | 29 | ## 15.2.0a4 - 2026-05-06 |
4 | 30 | * [#1804](https://github.com/stripe/stripe-python/pull/1804) Update generated code for private-preview |
5 | 31 | * Add support for new resource `PaymentLocation` |
|
0 commit comments