#sanchojaf - Custom Onboarding
1 messages ยท Page 1 of 1 (latest)
Hi ๐
The GH repo you linked is specifically for 2019-10-30
The API has updated since then with some breaking changes
You can review the API changes here:
https://stripe.com/docs/upgrades
In this case you would use the connect_onboarding type with a Custom Connect Account
Thanks. Sorry not clear yet about my second question
There are a way using the "connect onboarding" hosted solution for custom account https://stripe.com/docs/connect/connect-onboarding to capture the information needed for payout (like debit card, or bank account)? Or I need do this manually using the API?
The hosted onboarding process will take the Connect Account through collecting information to provide these capabilities. Have you tested this out yourself?
yes, and collect all the identity verification, but not the info the payout, but you mentioned a good point the requested capabilites ๐
Yeah you need to make sure you create the account and request all the capabilities you expect the account to need
That will tell the Onboarding process what it needs to collect
thanks