#ssbb_setupintent-redirect

1 messages ¡ Page 1 of 1 (latest)

hardy schoonerBOT
#

👋 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/1232008599799205920

📝 Have more to share? Add more details, code, screenshots, videos, etc. below.

open ferryBOT
plain leaf
#

Not that I am immediately aware of but I will look and get back to you.

ebon pulsar
#

Thank you!

ebon pulsar
#

Basically we have a large form and then a payment widget at the end. With the old code we were using Plaid for bank accounts and sources/charges on Stripe side. So previously we always sent tokens with a form and never managed "not paid" state. Payment is succeeded or not (or pending in case of ACH).

So now with new redirects we need to save data in some "draft" state and postpone processing until setup intent succeeded. And then add some handler to remove obsolete drafts, etc. etc.

So just want to see if we can avoid it and keep the old behaviour

plain leaf
open ferryBOT
ebon pulsar
#

Yeah I see. We going to use "ACH Direct Debit" only I think (as an alternative to old Plaid code)

fast mantle
#

ssbb_setupintent-redirect

plain leaf
ebon pulsar
#

The page you linked first actually what I was looked for

#

So it says No for all the Card, Apple Pay, Google Pay and ACH Direct Debit so I think I can ignore it for now

fast mantle
#

yep that sounds reasonable

ebon pulsar
#

Ok thats great and helped me a lot!

#

Thank you!