#adampetty
1 messages · Page 1 of 1 (latest)
I've followed this guide: https://stripe.com/docs/payments/3d-secure?locale=en-GB#when-to-use-3d-secure
In test mode I get this after confirming payment
However in live mode I get this blank screen
👋 happy to help
do you have a request id I can take a look at? here's how you can find one https://support.stripe.com/questions/finding-the-id-for-an-api-request
Find help and support for Stripe. Our support center provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
and if you can also take a screenshot of the browser's console for any errors there that would also be helpful
ok so I'm looking at this request https://dashboard.stripe.com/logs/req_rwVnDEVUUSkHO4
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
(the request you shared is for creating a customer, not really relevant here)
so based on this request https://dashboard.stripe.com/logs/req_wmSbbj1XN0EWOU as well, I assume that you first tokenize a PaymentMethod then send it to the backend to attach it to the PaymentIntent and wait to see whether the PI is in requies_action status to send it back to the frontend where you call handleCardAction, rather than doing all of that on the frontend with the Elements directly
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
correct?