#Neetu
1 messages · Page 1 of 1 (latest)
Hi there, you can check the PaymentIntent's status. If it's requires_action, then you need to pass the PaymentIntent's client_secret to stripe.confirmPayment() and let Stripe.js to start the 3DS authentication flow.
But I need everything on server end
There is alot calculations happens when user add any price
Sure you can do what you need to do at server, but when it comes to 3DS, you need to bring your customer to your webpage or app so that they can authenticate the payment.
ok can you please give me any example