#shamim96

1 messages · Page 1 of 1 (latest)

alpine meteorBOT
clever wagon
#

Which type of connected account are you using? Standard, Express or Custom?

hoary seal
#

'type' => 'custom',

#

I already implemented the connect feature with my application and all it works fine. Previously I created bank account manually and stored it to my database and then I pass this data when creating connect account. But people can store wrong data when creating bank account and when they trying to create their connect account then they got error becuase the wrong bank account data passed. Thats the reason now I wanted to create the bank account through stripe and it must be valid bank account.

clever wagon
#

There are two ways of collecting bank account:

  1. Collect the payout bank account in Stripe hosted onboarding form
  2. Use API to collect payout bank account

For the integration details, you may refer to the guide here: https://stripe.com/docs/connect/payouts-bank-accounts

hoary seal
#

I cant see the js code there for creating the bank account. Could you please give me the exact link when it shows the javascript code for pre built form of bank account and manage the submit data.

clever wagon
#

Are your custom account country all in US?

hoary seal
#

Anyone from any country creating custom account. And most of the people are from UK

clever wagon
#

I see! Only for custom connected account in the US is able to use Financial Connection that authenticate the bank account: https://stripe.com/docs/connect/payouts-bank-accounts?bank-account-collection-integration=direct-api&bank-account-collection-method=financial-connections

For non-US custom connected accounts, only manual bank account collection is supported: https://stripe.com/docs/connect/payouts-bank-accounts?bank-account-collection-integration=direct-api&bank-account-collection-method=manual-entry

hoary seal
#

Suppose for UK, if I collect routing number and account number from my own building form and then can I pass this data to stripe api for creating the bank account?

#

And then can I validate it, if it is correct or not?

clever wagon
#

Yup! You can pass the data to Stripe API to collect the bank account. If the format isn't correct, Stripe will return the error

hoary seal
#

can you send me that javascript code? Or the link.

hoary seal
clever wagon
#

Can you share the connected account ID (acct_xxx)?