#shamim96
1 messages · Page 1 of 1 (latest)
Which type of connected account are you using? Standard, Express or Custom?
'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.
There are two ways of collecting bank account:
- Collect the payout bank account in Stripe hosted onboarding form
- 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
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.
Are your custom account country all in US?
Anyone from any country creating custom account. And most of the people are from UK
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
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?
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
can you send me that javascript code? Or the link.
The steps will be:
- Create a bank token:
Can you please watch this video which I explained by recording https://streamable.com/i3ecna
Can you share the connected account ID (acct_xxx)?