#AM-3ds-test
1 messages · Page 1 of 1 (latest)
@drowsy berry you shouldn't be doing this yourself really. You should be letting us control this completely for you. Use Stripe.js to confirm the PaymentIntent instead
Unfortunately it is a legacy application and so I am manually getting the url from the payment requires action event and displaying it to the user. Since updating the frontend is not an option for me at the moment what is the other option?
when you confirm the PaymentIntent pass use_stripe_sdk: false then which is already what your code should do, that should give you a different next action
Ok, what will that next action be? And is there any documentation on this?
it would be redirect_to_url in that case, same as 3DS1
What about via the setup_intent?