#max-addington_docs

1 messages ยท Page 1 of 1 (latest)

runic caveBOT
#

๐Ÿ‘‹ 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/1288492443309965323

๐Ÿ“ Have more to share? Add more details, code, screenshots, videos, etc. below.

Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.

worthy cliff
#

Their docs aren't necessarily wrong as it is technically still possible to use the flow.. However, we've introduced newer/better integration for ACH Debits as my colleague mentioned yesterday..

For example, newer flow can use financial connections with which you can verify and attach bank accounts instantly. See: https://docs.stripe.com/financial-connections

austere topaz
#

I see, and I'm familiar with financial connections from my research. It seems like a great product, I just need to make the case to leadership, since we have historically used Plaid for auth.

Follow-up question, in the Plaid/Stripe integration for accounts that require micro deposits, who deposits into the bank accounts, plaid or stripe?

#

And is it possible to fetch a bank_account_token before the account is verified?

worthy cliff
austere topaz
#

it shouldn't matter who deposits into the bank, right?
The reason I ask is because the answer will determine whether we listen to Stripe or Plaid webhooks for verification

#

For the record, I'm definitely going to try to persuade leadership to go with the Financial Connections approach. I just need to be able to show them that I've done my research ๐Ÿ™‚

worthy cliff
#

As per the docs I shared above, Stripe deposits the small amounts.

As far as I know btok_xxx is returned for instant verification flow as well as microdeposit verification. So you should receive the token regardless of verification status..

The quickest way to know would be to run a quick test and see what's expected..

austere topaz
#

The doc you shared above "ACH Direct Debit with Charges" isn't part of the Payment Intents API though, right? I'm trying to figure out if / how Plaid works with the Payment Intents API, like they claim to be able to do

worthy cliff
#

Correct. I doubt there's a complete guide on this flow with PaymentIntents API.

austere topaz
#

Got it, that's helpful to know. Thank you!