#ramin-khan_best-practices

1 messages · Page 1 of 1 (latest)

honest robinBOT
#

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

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

terse vortex
#

I accidentally hit enter early. Currently, we’re storing customers’ account and routing numbers to create Setup Intents. Since these account numbers are the same as their external accounts, I’d like to use the external account directly as the payment method when creating a Setup Intent, instead of storing and reusing the account and routing numbers. Is that possible ?

opaque patio
#

If you create the external account using routing/account numbers you collected manually (this is fine), you'll need to provide those same details when setting up the payment method.

terse vortex
#

hmm, So if we use financial connections flow to collect external account from the customers, we can then use the financial account Id as a payment method to create setup intents?

opaque patio
#

Not directly as a payment method ID, but you can use it to create a payment method by passing the FC account id in the payment_method_data as shown in the snippet in that doc

#

It can be done either using Payment Intent or Setup Intent

terse vortex
#

Got it, Thank you