LINK_ALREADY_EXISTS
409invalid_requestAn active link already exists for this account.
Cause
This user already has an active link to the same biller account.
How to fix it
Reuse the existing link, or disconnect it before creating a new one.
Example response
409 LINK_ALREADY_EXISTS
JSON
{
"error_code": "LINK_ALREADY_EXISTS",
"error_type": "invalid_request",
"error_message": "An active link already exists for this account.",
"hint": "Reuse the existing link, or disconnect it before creating a new one.",
"docs_url": "https://docs.billerapi.com/errors/LINK_ALREADY_EXISTS",
"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_ALREADY_EXISTS
Was this page helpful?