#Felix Cao
1 messages · Page 1 of 1 (latest)
Hi! Let me help you with this.
Thanks very much
Could you please provide some more context?
I collected the payment method first
Then create paymentIntent on server sid
but get the status: requires_confirmation
I don't know how to handle this
Could you please share the PaymentIntent ID pi_xxx?
pm_1NKzeRCjTnCIUeHKSZ73SG34
What Integration guide are you following?
This doesn't look like Stripe official docs.
Please follow this guide to build a standard Stripe integration with Payment Element: https://stripe.com/docs/payments/accept-a-payment?platform=web&ui=elements
This way you won't need to worry about handling the required actions, like 3DS.
For the Payment Element guide:
https://stripe.com/docs/payments/accept-a-payment?platform=web&ui=elements
we only need to collect payment method from customer
then on the future, will charge directly via server side api
Then you can look at SetupIntents: https://stripe.com/docs/payments/save-and-reuse?platform=web&ui=elements