#fintanodowd_38546
1 messages · Page 1 of 1 (latest)
we create a Payment Intent to render the payment form on our Subscription page
Why are you doing that? That's specifically what is meant to be avoided in the deferred flow, and is not something we suggest in those subscription docs.
In this step you can see how stripe.js/elements/payment element can be initialized without an intent in order to collect paymen details:
https://stripe.com/docs/payments/accept-a-payment-deferred?platform=web&type=subscription&client=html#web-collect-payment-details
thanks synthrider we will take a look