- #1564 API Updates
- Change type of
Charge.payment_method_details.card_present.incremental_authorization_supported
and Charge.payment_method_details.card_present.overcapture_supported
from boolean | null
to boolean
- Add support for
created
on Checkout.Session
- Add support for
setup_future_usage
on PaymentIntent.payment_method_options.pix
, PaymentIntentConfirmParams.payment_method_options.pix
, PaymentIntentCreateParams.payment_method_options.pix
, and PaymentIntentUpdateParams.payment_method_options.pix
- Deprecate
CheckoutSessionCreateParams.subscription_data.items
(use the line_items
param instead). This will be removed in the next major version.
- #1563 Migrate other Stripe infrastructure to TS
- #1562 Restore lib after generating
- #1551 Re-introduce Typescript changes
See the changelog for more details.