Documentation

INVITATION_CODE_MISSING

409api_error

The pending invitation carries no usable code.

Cause

The invitation is pending but has no code stored, so no link can be re-sent for it.

How to fix it

Revoke it, send a fresh invitation, and retry with the new code.

Example response

409 INVITATION_CODE_MISSING
JSON
{
  "error_code": "INVITATION_CODE_MISSING",
  "error_type": "api_error",
  "error_message": "The pending invitation carries no usable code.",
  "hint": "Revoke it, send a fresh invitation, and retry with the new code.",
  "docs_url": "https://docs.billerapi.com/errors/INVITATION_CODE_MISSING",
  "request_id": "d94f5e2a-8c3b-4f1e-9a7d-6b2c1e0f8a34"
}

Related

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

Was this page helpful?