Documentation

OPERATOR_VERIFICATION_REQUIRED

400invalid_request

Production secrets require completed business verification.

Cause

The operator behind this account has not finished business verification, which gates production credentials.

How to fix it

Complete verification in the portal, then retry. Sandbox secrets remain available in the meantime.

Example response

400 OPERATOR_VERIFICATION_REQUIRED
JSON
{
  "error_code": "OPERATOR_VERIFICATION_REQUIRED",
  "error_type": "invalid_request",
  "error_message": "Production secrets require completed business verification.",
  "hint": "Complete verification in the portal, then retry. Sandbox secrets remain available in the meantime.",
  "docs_url": "https://docs.billerapi.com/errors/OPERATOR_VERIFICATION_REQUIRED",
  "request_id": "d94f5e2a-8c3b-4f1e-9a7d-6b2c1e0f8a34"
}

Related

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

Was this page helpful?