LINK_UPDATE_FORBIDDEN
403authThe update token belongs to a different client.
Cause
An update-mode token minted by another client was used (enumerate-safe 403).
How to fix it
Use an update-mode token minted by your own client.
Example response
403 LINK_UPDATE_FORBIDDEN
JSON
{
"error_code": "LINK_UPDATE_FORBIDDEN",
"error_type": "auth",
"error_message": "The update token belongs to a different client.",
"hint": "Use an update-mode token minted by your own client.",
"docs_url": "https://docs.billerapi.com/errors/LINK_UPDATE_FORBIDDEN",
"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/LINK_UPDATE_FORBIDDEN
Was this page helpful?