Documentation

UPDATE_BILLER_MISMATCH

409invalid_request

The update token targets a different biller.

Cause

An update-mode link token points at a different biller than the link it is updating.

How to fix it

Mint an update-mode token for the correct biller.

Example response

409 UPDATE_BILLER_MISMATCH
JSON
{
  "error_code": "UPDATE_BILLER_MISMATCH",
  "error_type": "invalid_request",
  "error_message": "The update token targets a different biller.",
  "hint": "Mint an update-mode token for the correct biller.",
  "docs_url": "https://docs.billerapi.com/errors/UPDATE_BILLER_MISMATCH",
  "request_id": "d94f5e2a-8c3b-4f1e-9a7d-6b2c1e0f8a34"
}

Related

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

Was this page helpful?