#Matt1654836 - Connect Account Status
1 messages · Page 1 of 1 (latest)
You could retrieve the account and check the status there: https://stripe.com/docs/api/accounts/retrieve
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Thanks. As a further question, would it be possible to retrieve specific account information? For example, if an account was missing the Representative Email Address, meaning the account was restricted, would it be possible to indicate that 1) the account was restricted and 2) it is the Email Address that needs updating?
The account object fields that are returned in the response are here: https://stripe.com/docs/api/accounts/object
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Will vary slightly by connect account type
Ok, thanks very much for your answers!
No problem!