#dalibor8709
1 messages · Page 1 of 1 (latest)
initial questio nwas here #dev-help message
if that payment requires 3ds authorization, will the customer see the relevant prompt for it?
You'll need to bring your customer on session and confirm the payment using Stripe Js
Using this function:
https://stripe.com/docs/js/payment_intents/handle_next_action
aha, so apart from using confirmPayment() call with the saved payment method this also need to be called if result of it indicates that the payment intent is in the status requires_action
yes
ok, thanks