#aidan-h_unexpected
1 messages · Page 1 of 1 (latest)
đź‘‹ Welcome to your new thread!
⏲️ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.
⏱️ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.
đź”— This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1326399140015636501
📝 Have more to share? Add more details, code, screenshots, videos, etc. below.
Hi! Do you have any object IDs? Like the subscription ID (starts with sub_).
sub_1Qep8uRs4WkiuHm5F6m82819
We do not send any emails in test mode / sandbox.
so what would the url be that this 3-DS authentication uses?
do you have a URL convention for this?
if we chose not to use the stripe hosted link and instead used our own url what would the URL be that we need to get the user to authorise the payment.
You can follow the steps here: https://docs.stripe.com/payments/3d-secure/authentication-flow?platform=web#manual-redirect
- You need to pass a return_url when confirming the PaymentIntent
- You can then inspect the PaymentIntent’s next_action --> There will be a URL to redirect your customer to for 3DS.