- #1564 API Updates
- Change type of
Charge.payment_method_details.card_present.incremental_authorization_supported
andCharge.payment_method_details.card_present.overcapture_supported
fromboolean | null
toboolean
- Add support for
created
onCheckout.Session
- Add support for
setup_future_usage
onPaymentIntent.payment_method_options.pix
,PaymentIntentConfirmParams.payment_method_options.pix
,PaymentIntentCreateParams.payment_method_options.pix
, andPaymentIntentUpdateParams.payment_method_options.pix
- Deprecate
CheckoutSessionCreateParams.subscription_data.items
(use theline_items
param instead). This will be removed in the next major version.
- Change type of
- #1563 Migrate other Stripe infrastructure to TS
- #1562 Restore lib after generating
- #1551 Re-introduce Typescript changes