#Caio Cruz-monitor-account-status
1 messages · Page 1 of 1 (latest)
Hi there 👋 the account.updated webhook event is going to be the best way to monitor the status of the account, as it fires whenever a new requirement comes up.
You would check the requirements hash to see what the outstanding requirements are for the account
As for the actual status of the account's capabilities, you can monitor the capabilities hash if you want to know what features are restricted for an account at any given time: https://stripe.com/docs/api/accounts/object#account_object-capabilities
thanks
on my website I will transfer commission via express account, these users are individuals, to create the account I use business_type: 'individual or other?
The business type depends on how the business is registered with the IRS (or local government equivalent)
usually, if it's just one person, then individual is sufficient
On my site it would be natural person, not legal entity
In that case you'd choose individual unless your business is registered as something else