Documentation

INVITE_EMAIL_FAILED

400api_error

The invitation email could not be sent.

Cause

The membership row was written, but the outbound invitation email failed at the email provider.

How to fix it

Resend the invitation. Resending is safe and does not create a second membership.

Example response

400 INVITE_EMAIL_FAILED
JSON
{
  "error_code": "INVITE_EMAIL_FAILED",
  "error_type": "api_error",
  "error_message": "The invitation email could not be sent.",
  "hint": "Resend the invitation. Resending is safe and does not create a second membership.",
  "docs_url": "https://docs.billerapi.com/errors/INVITE_EMAIL_FAILED",
  "request_id": "d94f5e2a-8c3b-4f1e-9a7d-6b2c1e0f8a34"
}

Related

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

Was this page helpful?