#abhishekg5_manual-affirm-redirect
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/1234843295037919294
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
Hi, let me help you with this.
Did you manage to get this working with Affirm?
But generally no, payments are completed on the Payment Method's own website, if extra steps need to be taken.
Hi there ๐ jumping in as my teammate needs to step away soon. You do need to let the customer go to the third-party site, but you have flexibility in how you handle that.
You can set handleAction to false during the confirmation request:
https://docs.stripe.com/js/payment_intents/confirm_affirm_payment#stripe_confirm_affirm_payment-options-handleActions
Allowing you to handle the redirect yourself by providing you with a URL to send your customer to:
https://docs.stripe.com/payments/affirm/accept-a-payment?payment-ui=direct-api#handle-redirect
I would suggest trying to render that URL in an iframe in your testing and see if that accomplishes what you're after.