#commento
1 messages · Page 1 of 1 (latest)
so I collect the details with Payment Element (FE) and after that I call create payment intent (BE) to get the client secret and finally I execute confirmPayment (FE) with the retrieved client secret
Ok yeah that sounds right
So what's going wrong?
You need to do this step: https://stripe.com/docs/payments/accept-a-payment-deferred?platform=web&type=payment#submit-the-payment
Are you following the above guide?
I was not aware I will check it now
Yeah follow that guide if you want to create payment intent after collecting details