Documentation

CREDENTIAL_INVALID

400invalid_request

The credential failed validation.

Cause

Most often a missing owner triple (client_id, client_user_id, biller_id) or an empty payload.

How to fix it

Supply the owner triple and retry.

Example response

400 CREDENTIAL_INVALID
JSON
{
  "error_code": "CREDENTIAL_INVALID",
  "error_type": "invalid_request",
  "error_message": "The credential failed validation.",
  "hint": "Supply the owner triple and retry.",
  "docs_url": "https://docs.billerapi.com/errors/CREDENTIAL_INVALID",
  "request_id": "d94f5e2a-8c3b-4f1e-9a7d-6b2c1e0f8a34"
}

Related

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

Was this page helpful?