ACCEPT_FAILED
400invalid_requestAccepting the invitation was rejected by a domain rule.
Cause
A BillEBox membership rule refused the accept; error_message names the specific rule.
How to fix it
Resolve the stated condition and retry, or request a fresh invitation.
Example response
400 ACCEPT_FAILED
JSON
{
"error_code": "ACCEPT_FAILED",
"error_type": "invalid_request",
"error_message": "Accepting the invitation was rejected by a domain rule.",
"hint": "Resolve the stated condition and retry, or request a fresh invitation.",
"docs_url": "https://docs.billerapi.com/errors/ACCEPT_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/ACCEPT_FAILED
Was this page helpful?