CREDENTIAL_OWNER_MISMATCH
403authThe credential belongs to another owner.
Cause
The credential exists but its (client_id, client_user_id, biller_id) triple differs. No plaintext is released.
How to fix it
No plaintext is released. Read the credential with the owner triple it was created under.
Example response
403 CREDENTIAL_OWNER_MISMATCH
JSON
{
"error_code": "CREDENTIAL_OWNER_MISMATCH",
"error_type": "auth",
"error_message": "The credential belongs to another owner.",
"hint": "No plaintext is released. Read the credential with the owner triple it was created under.",
"docs_url": "https://docs.billerapi.com/errors/CREDENTIAL_OWNER_MISMATCH",
"request_id": "d94f5e2a-8c3b-4f1e-9a7d-6b2c1e0f8a34"
}Related
- Error handling — the error envelope shape and how to parse it
- Error code reference — every stable error code
Canonical docs URL: https://docs.billerapi.com/errors/CREDENTIAL_OWNER_MISMATCH
Was this page helpful?