#Iamshankhadeep
1 messages · Page 1 of 1 (latest)
Can you give examples of where you're seeing the terms complete and enabled?
connect accounts,
restricted, enabled, pending, complete
this one,
I need more info about how to create them,
How to create them? You initially asked how to define those terms, but this document seems to define them. Can you be more specific?
I want the bare minimum to make sure the connect account has payment and payout enabled
but to do that, I am passing all the required data to stripe, but stipe is either making it complete or restricted, not enabled,
Then you're not actually passing all the required data to Stripe. I would read up on this document and set it to your specific use-case so you can see all the info you need to collect up front to have the account fully enabled: https://stripe.com/docs/connect/required-verification-information
I see thanks for the help,
Sure thing!
@stable plaza do you have any guide for incremental onboarding for custom account on stripe?
This is what we have for incremental onboarding: https://stripe.com/docs/connect/identity-verification#onboarding-flows
The methodology essentially boils down to "listen for the account.updated webhook and look at the requirements.currently_due hash each time to see what is needed to keep the account in good standing at that moment"
got it, thanks, a life saver indeed @stable plaza
No worries! Happy to help