#kirito
1 messages · Page 1 of 1 (latest)
Hi 👋 no. If you switch to using our Payment Element, then you can consistently use confirmPayment
https://stripe.com/docs/js/payment_intents
the probleme with element is that I cannot use id with a client secret
In the same request I m creating a subscription and taken the returned clientSecret to pay use the data in the payement element (card or iban)
Our Payment Element (https://stripe.com/docs/js/element/payment_element)
is distinct from our Card Elements (https://stripe.com/docs/js/element/other_element)
or our IBAN Element (https://stripe.com/docs/js/element/other_element?type=iban)
The Payment Element is designed to accept a wide range of payment methods.
https://stripe.com/docs/payments/payment-element
I understand thank you
Any time!