|
1 | 1 | # Changelog |
2 | 2 |
|
| 3 | +## 22.3.0-alpha.1 - 2026-05-27 |
| 4 | +This release changes the pinned API version to 2026-05-27.private. |
| 5 | + |
| 6 | +* [#2724](https://github.com/stripe/stripe-node/pull/2724) Update generated code for private-preview |
| 7 | + * Change type of `Billing.AlertCreateParams.spend_threshold.group_by` from `literal('pricing_plan_subscription')` to `enum('billing_cadence'|'pricing_plan_subscription')` |
| 8 | + * ⚠️ Change type of `Billing.Alert.spend_threshold.group_by` from `literal('pricing_plan_subscription')` to `enum('billing_cadence'|'pricing_plan_subscription')` |
| 9 | + * Change `DelegatedCheckout.RequestedSession.affiliate_attributions` to be required |
| 10 | + * ⚠️ Add support for new value `institution_requirement` on enum `FinancialConnections.Account.status_details.inactive.cause` |
| 11 | + * Add support for `wechat_pay` on `Invoice.payment_settings.payment_method_options`, `InvoiceCreateParams.payment_settings.payment_method_options`, `InvoiceUpdateParams.payment_settings.payment_method_options`, `QuotePreviewInvoice.payment_settings.payment_method_options`, `Subscription.payment_settings.payment_method_options`, `SubscriptionCreateParams.payment_settings.payment_method_options`, and `SubscriptionUpdateParams.payment_settings.payment_method_options` |
| 12 | + * Add support for `gift_card` on `PaymentIntent.payment_method_options`, `PaymentIntentConfirmParams.payment_method_options`, `PaymentIntentCreateParams.payment_method_options`, and `PaymentIntentUpdateParams.payment_method_options` |
| 13 | + * Add support for `payment_details` on `PaymentIntentCreateParams.payments_orchestration` |
| 14 | + * Add support for `enabled` on `PaymentIntent.payment_details.benefit.fr_meal_voucher` and `SetupIntent.setup_details.benefit.fr_meal_voucher` |
| 15 | + * ⚠️ Remove support for `login_failed`, `registration_failed`, `registration_success`, and `type` on `Radar.CustomerEvaluationUpdateParams` |
| 16 | + * ⚠️ Remove support for `latest_version` on `V2.Billing.LicenseFee`, `V2.Billing.PricingPlan`, and `V2.Billing.RateCard` |
| 17 | + * ⚠️ Remove support for `service_interval_count` and `service_interval` on `V2.Billing.LicenseFee` and `V2.Billing.RateCard` |
| 18 | + * Add support for `debit_agreement` on `V2.MoneyManagement.ReceivedCredit.stripe_balance_payment` |
| 19 | + * Add support for new value `chaps` on enum `V2.FinancialAddressCreditSimulationCreditParams.network` |
| 20 | + * Add support for `canonical_path` on `EventsV2CoreHealthTrafficVolumeDropFiringEvent.impact` and `EventsV2CoreHealthTrafficVolumeDropResolvedEvent.impact` |
| 21 | + * Add support for snapshot event `PaymentIntentExpiredEvent` with resource `PaymentIntent` |
| 22 | + * Add support for event notifications `V2CoreHealthElementsErrorFiringEvent`, `V2CoreHealthElementsErrorResolvedEvent`, `V2CoreHealthInvoiceCountDroppedFiringEvent`, and `V2CoreHealthInvoiceCountDroppedResolvedEvent` |
| 23 | + |
3 | 24 | ## 22.2.0-alpha.6 - 2026-05-20 |
4 | 25 | * [#2719](https://github.com/stripe/stripe-node/pull/2719) Update generated code for private-preview |
5 | 26 | * Add support for new resource `PaymentLocationCapability` |
|
0 commit comments