Documentation

UNKNOWN

500api_error

The identity provider refused the operation for an unclassified reason.

Cause

The upstream failure did not map to any code this service recognizes; the accompanying error_message is the safe, user-facing sentence.

How to fix it

Retry once, then contact support with the request_id.

Example response

500 UNKNOWN
JSON
{
  "error_code": "UNKNOWN",
  "error_type": "api_error",
  "error_message": "The identity provider refused the operation for an unclassified reason.",
  "hint": "Retry once, then contact support with the request_id.",
  "docs_url": "https://docs.billerapi.com/errors/UNKNOWN",
  "request_id": "d94f5e2a-8c3b-4f1e-9a7d-6b2c1e0f8a34"
}

Related

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

Was this page helpful?