#orangebanana_code
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/1334121434158731336
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
Sorry, not sure what issue you're describing. You mean redirect back to a return_url in an iframe?
The idea is that different people use they service profile page from our website within an iframe on their website.
The redirect is not done inside of the iframe it's done outside on the parrent website instead of child from iframe
You probably need to look at this: https://docs.stripe.com/payments/3d-secure/authentication-flow#custom-iframe
Is this going to work with all of the payments?
Not sure what you mean by 'all payments'.
Credit card, sepa, klarna, google pay, apple pay
After the customer completes 3DS, the iframe redirects to the return_url you provided when confirming the PaymentIntent. That page needs to postMessage to your top-level page to inform it that 3DS authentication is complete. Your top-level page then needs to determine whether the payment succeeded or requires further action from your customer.
https://docs.stripe.com/payments/3d-secure/authentication-flow#custom-iframe
This is specifically for card payments where 3DS is only relevant
This is not going to help. I kind of need a way to manually do the redirect
That is also outlined on that same page: https://docs.stripe.com/payments/3d-secure/authentication-flow#manual-redirect