Version: 3.5.0, but also 4.10.0
Here’s a polished version:
I am currently implementing support for Twint payments using the PaymentIntent API, following the custom integration guidelines provided here: Stripe Documentation: Confirm Twint Payment.
While the confirmTwintPayment method is available via Stripe.js, its type is not defined in the Stripe interface provided by the @stripe/stripe-js package.
What happened?
Version: 3.5.0, but also 4.10.0 Here’s a polished version:
I am currently implementing support for Twint payments using the PaymentIntent API, following the custom integration guidelines provided here:
Stripe Documentation: Confirm Twint Payment.
While the
confirmTwintPayment
method is available via Stripe.js, its type is not defined in the Stripe interface provided by the@stripe/stripe-js
package.Environment
No response
Reproduction
No response