NOT_AN_ACTIVE_MEMBER
403authYou are not an active member of this account.
Cause
The signed-in user is authenticated but holds no ACTIVE membership in the selected account.
How to fix it
Switch to an account you are an active member of, then retry.
Example response
403 NOT_AN_ACTIVE_MEMBER
JSON
{
"error_code": "NOT_AN_ACTIVE_MEMBER",
"error_type": "auth",
"error_message": "You are not an active member of this account.",
"hint": "Switch to an account you are an active member of, then retry.",
"docs_url": "https://docs.billerapi.com/errors/NOT_AN_ACTIVE_MEMBER",
"request_id": "d94f5e2a-8c3b-4f1e-9a7d-6b2c1e0f8a34"
}Related
- Error handling — the error envelope shape and how to parse it
- Error code reference — every stable error code
Canonical docs URL: https://docs.billerapi.com/errors/NOT_AN_ACTIVE_MEMBER
Was this page helpful?