#cesperian
1 messages · Page 1 of 1 (latest)
Hi there, it's reflected in account's charges_enabled and payouts_enabled properties
so if charges_enabled is false the account is considered pending?
For pending I believe it's when the account's details_submitted =false
details_submitted===false is when the onboarding process in incomplete, from what i can see in my testing
unless you disagree? It sounds like the process is details_submitted, then charges_enabled, then payouts_enabled(?)
i'm speculating. But i'm trying to show the client the state of the connection (as it does in the Status column of the Stripe dashboard)
what do you think?...
I'd suggest you check the account's requirements.currently_due hash (https://stripe.com/docs/api/accounts/object#account_object-requirements), it tells what necessary information that your connected account to provide
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
No problem. You can also create an account link and send the URL to connected account to collect the required info (https://stripe.com/docs/api/account_links/create#create_account_link)
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.