#AM-3ds-test

1 messages · Page 1 of 1 (latest)

cobalt socket
#

@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

drowsy berry
#

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?

cobalt socket
#

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

drowsy berry
#

Ok, what will that next action be? And is there any documentation on this?

cobalt socket
#

it would be redirect_to_url in that case, same as 3DS1

drowsy berry
#

What about via the setup_intent?

cobalt socket
#

same

#

ah wait no SetupIntent does not have use_stripe_sdk so that won't work