#Neetu

1 messages · Page 1 of 1 (latest)

unreal inletBOT
tame loom
#

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.

frank trench
#

But I need everything on server end

#

There is alot calculations happens when user add any price

tame loom
#

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.

frank trench
#

ok can you please give me any example

tame loom