#aaronly
1 messages · Page 1 of 1 (latest)
hello! you'll need to use the API : https://stripe.com/docs/api/external_account_bank_accounts/create
Great, thanks!
How long does bank account validation take? (can i check via the response asap?)
there's no bank account validation if you create the bank account directly by passing in the account details via that API
if you're looking for bank account validation, you'd want to take a look at this : https://stripe.com/docs/financial-connections/connect-payouts
The above method (not financial connections) says it returns the bank account object, which has a field "status". In the description, it looks like some kind of verification is run, can you tell me more about that?