Thanks, @majoritasdev!
The following error response indicates that the account is unable to perform any actions. To clarify, it’s not specific to a particular resource.
{
"errors": [
{
"code": "ACCOUNT_LOCKED_OUT",
"message": "Account is locked out"
}
],
"request": {
"params": {}
}
}
There are several reasons this may happen, but the API team doesn’t have visibility into why for any particular account.
I agree that it would help if we could update the approval_status response attribute in the accounts object, though. We’ll bring that feedback to the broader team.
Thank you!