mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-04-14 01:24:26 +00:00
* Support for Connect in PaymentIntent Checkout Support for examples documented here: https://stripe.com/docs/payments/checkout/connect * Add PaymentIntentData to ICheckoutCreationOptions * Add tests for with destination and on_behalf_on * Fix checkout creation * Fix checkout creation * Update types/stripe/index.d.ts Co-Authored-By: Conor Dockry <conordockry@gmail.com> * Resolving PR feedback * Yeah