|
1 | 1 | # Changelog |
2 | 2 |
|
| 3 | +## 20.5.0-alpha.3 - 2026-03-11 |
| 4 | +* [#2594](https://github.com/stripe/stripe-node/pull/2594) Update generated code for private-preview |
| 5 | + * Add support for new resource `Radar.IssuingAuthorizationEvaluation` |
| 6 | + * Add support for `create` method on resource `Radar.IssuingAuthorizationEvaluation` |
| 7 | + * Add support for new value `fee_credits` on enum `BalanceTransaction.balance_type` |
| 8 | + * ⚠️ Rename `affiliate_attributions` to `affiliate_attribution` on `DelegatedCheckout.RequestedSessionConfirmParams` and `DelegatedCheckout.RequestedSessionCreateParams` |
| 9 | + * Add support for `amount_to_counter` on `Dispute` |
| 10 | + * Add support for `frozen_fields` on `InvoiceItem` |
| 11 | + * Add support for new value `next_billing_period_start` on enums `V2.Billing.IntentAction.apply.effective_at.type` and `V2.Billing.IntentCreateParams.actions[].apply.effective_at.type` |
| 12 | + * Add support for `consumer` on `V2.Core.Account.configuration.card_creator.capabilities`, `V2.Core.Account.identity.attestations.terms_of_service.card_creator`, `V2.Core.AccountCreateParams.configuration.card_creator.capabilities`, `V2.Core.AccountCreateParams.identity.attestations.terms_of_service.card_creator`, `V2.Core.AccountUpdateParams.configuration.card_creator.capabilities`, and `V2.Core.AccountUpdateParams.identity.attestations.terms_of_service.card_creator` |
| 13 | + * Add support for `fifth_third` on `V2.Core.Account.configuration.card_creator.capabilities.commercial`, `V2.Core.Account.identity.attestations.terms_of_service.card_creator.commercial`, `V2.Core.AccountCreateParams.configuration.card_creator.capabilities.commercial`, `V2.Core.AccountCreateParams.identity.attestations.terms_of_service.card_creator.commercial`, `V2.Core.AccountUpdateParams.configuration.card_creator.capabilities.commercial`, and `V2.Core.AccountUpdateParams.identity.attestations.terms_of_service.card_creator.commercial` |
| 14 | + * Add support for `prepaid_card` on `V2.Core.Account.configuration.card_creator.capabilities.commercial.cross_river_bank`, `V2.Core.Account.identity.attestations.terms_of_service.card_creator.commercial.cross_river_bank`, `V2.Core.AccountCreateParams.configuration.card_creator.capabilities.commercial.cross_river_bank`, `V2.Core.AccountCreateParams.identity.attestations.terms_of_service.card_creator.commercial.cross_river_bank`, `V2.Core.AccountUpdateParams.configuration.card_creator.capabilities.commercial.cross_river_bank`, and `V2.Core.AccountUpdateParams.identity.attestations.terms_of_service.card_creator.commercial.cross_river_bank` |
| 15 | + * Add support for new values `commercial.cross_river_bank.prepaid_card`, `commercial.fifth_third.charge_card`, `consumer.celtic.revolving_credit_card`, `consumer.cross_river_bank.prepaid_card`, and `consumer.lead.prepaid_card` on enums `V2.Core.Account.future_requirements.entries[].impact.restricts_capabilities[].capability` and `V2.Core.Account.requirements.entries[].impact.restricts_capabilities[].capability` |
| 16 | + * Add support for `payment_method_data` on `V2.Payments.OffSessionPaymentCreateParams` |
| 17 | + * Change `V2.Payments.OffSessionPaymentCreateParams.payment_method` to be optional |
| 18 | + * Add support for new values `commercial.cross_river_bank.prepaid_card`, `commercial.fifth_third.charge_card`, `consumer.celtic.revolving_credit_card`, `consumer.cross_river_bank.prepaid_card`, and `consumer.lead.prepaid_card` on enum `EventsV2CoreAccountIncludingConfigurationCardCreatorCapabilityStatusUpdatedEvent.updated_capability` |
| 19 | + |
3 | 20 | ## 20.5.0-alpha.2 - 2026-03-04 |
4 | 21 | This release changes the pinned API version to `2026-03-04.preview`. |
5 | 22 |
|
|
0 commit comments