#DaanVDH
1 messages · Page 1 of 1 (latest)
Hi there
There is no status property on the Account object, however you can look at charges_enabled and payouts_enabled to know whether the account is enabled or not. Otherwise you want to rely on the requirements hash to understand the exact state of the Connected Account
You can also check "details_submitted"
Alright, that answers my question. Thanks