Documentation

SENDER_NOT_VERIFIED

500api_error

The platform sender domain is not verified with the mail provider.

Cause

The provider refused the send because of our configuration, not anything in your request.

How to fix it

Retrying will not clear it. Contact support with the request_id.

Example response

500 SENDER_NOT_VERIFIED
JSON
{
  "error_code": "SENDER_NOT_VERIFIED",
  "error_type": "api_error",
  "error_message": "The platform sender domain is not verified with the mail provider.",
  "hint": "Retrying will not clear it. Contact support with the request_id.",
  "docs_url": "https://docs.billerapi.com/errors/SENDER_NOT_VERIFIED",
  "request_id": "d94f5e2a-8c3b-4f1e-9a7d-6b2c1e0f8a34"
}

Related

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

Was this page helpful?