#Fran-account-status

1 messages ยท Page 1 of 1 (latest)

agile breach
#

Hi there ๐Ÿ‘‹ you can retrieve the account and then look at the information on it to gather some insight.
https://stripe.com/docs/api/accounts/retrieve

Particularly you'll want to look at capabilities to ensure the account has the capabilities required for your flow, and requirements to see if there are any outstanding/upcoming requirements.

#

payouts_enabled is another field that sheds some light on the state of the account.

tiny grail
#

Oki, but there is no field like email that directly gives you the status?

agile breach
#

No, that 'Complete' tag shown on the dashboard is calculated by the dashboard itself.

tiny grail
#

Oh, ok. And is there any webhook to listen for the account updates? Because I couldn't retrieve any event using the stripe cli regarding that

agile breach
tiny grail
#

Oki ๐Ÿ‘ many thanks for the help!