#umairasif7 - Validate External Account
1 messages ยท Page 1 of 1 (latest)
Alright.
Okay I dug into this and it looks like we don't have an API for this. ๐
It's a known pain point for our customers
I'm guessing you want to avoid payout failures?
Yes. You are right.
Yeah unfortunately we don't have a good programmatic solution for that.
Potential question...are these connected accounts also customers of the platform?
Yes. These are the customers of platform.
As in, they exist as Connected accounts (acct__XXXXX) AND Customers (cus_XXXXX)?
Yes. Every customer has connect account.
But do they have Customer objects? cus_XXXXX?
Or are they only Connected accounts?
The reason I ask is, we have a method to verify bank accounts but it only works for Customer objects (cus_XXXXX)
https://stripe.com/docs/api/customer_bank_accounts/verify
They have customer object cus_xxxxx
Well then, if you also use the bank information to create a source for that customer, you can use the approach I linked to above to verify it.
Alright. Let me check it.