#orangebanana_code

1 messages ¡ Page 1 of 1 (latest)

acoustic bloomBOT
#

👋 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.

summer locust
#

Sorry, not sure what issue you're describing. You mean redirect back to a return_url in an iframe?

ashen veldt
#

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

summer locust
ashen veldt
#

Is this going to work with all of the payments?

summer locust
#

Not sure what you mean by 'all payments'.

ashen veldt
#

Credit card, sepa, klarna, google pay, apple pay

summer locust
#

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

Integrate 3D Secure (3DS) into your checkout flow.

#

This is specifically for card payments where 3DS is only relevant

ashen veldt
#

This is not going to help. I kind of need a way to manually do the redirect

summer locust