MEMBERSHIP_LOOKUP_FAILED
403api_errorAccount access could not be verified.
Cause
The membership read failed, so authorization could not be proven. The guard fails closed, so this surfaces as a 403 rather than a 500.
How to fix it
Retry the request; this is a transient lookup failure, not a denial.
Example response
403 MEMBERSHIP_LOOKUP_FAILED
JSON
{
"error_code": "MEMBERSHIP_LOOKUP_FAILED",
"error_type": "api_error",
"error_message": "Account access could not be verified.",
"hint": "Retry the request; this is a transient lookup failure, not a denial.",
"docs_url": "https://docs.billerapi.com/errors/MEMBERSHIP_LOOKUP_FAILED",
"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/MEMBERSHIP_LOOKUP_FAILED
Was this page helpful?