Documentation

INVITE_FAILED

400invalid_request

The invitation was rejected by a domain rule.

Cause

A BillEBox membership rule refused the invite; error_message names the specific rule.

How to fix it

Correct the invitee details per error_message and retry.

Example response

400 INVITE_FAILED
JSON
{
  "error_code": "INVITE_FAILED",
  "error_type": "invalid_request",
  "error_message": "The invitation was rejected by a domain rule.",
  "hint": "Correct the invitee details per error_message and retry.",
  "docs_url": "https://docs.billerapi.com/errors/INVITE_FAILED",
  "request_id": "d94f5e2a-8c3b-4f1e-9a7d-6b2c1e0f8a34"
}

Related

Canonical docs URL: https://docs.billerapi.com/errors/INVITE_FAILED

Was this page helpful?