Documentation

VERIFICATION_SEND_FAILED

500api_error

The verification email could not be sent.

Cause

The message was never accepted by the mail provider. No code was stored, so nothing is pending for the user to enter.

How to fix it

Retry the send. If it persists, contact support with the request_id.

Example response

500 VERIFICATION_SEND_FAILED
JSON
{
  "error_code": "VERIFICATION_SEND_FAILED",
  "error_type": "api_error",
  "error_message": "The verification email could not be sent.",
  "hint": "Retry the send. If it persists, contact support with the request_id.",
  "docs_url": "https://docs.billerapi.com/errors/VERIFICATION_SEND_FAILED",
  "request_id": "d94f5e2a-8c3b-4f1e-9a7d-6b2c1e0f8a34"
}

Related

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

Was this page helpful?