LINK_TOKEN_NOT_USABLE
409invalid_requestThe link token cannot accept this step.
Cause
The token is completed, failed, or awaiting a different step than the one you submitted.
How to fix it
Read the token status and follow next_action.
Example response
409 LINK_TOKEN_NOT_USABLE
JSON
{
"error_code": "LINK_TOKEN_NOT_USABLE",
"error_type": "invalid_request",
"error_message": "The link token cannot accept this step.",
"hint": "Read the token status and follow next_action.",
"docs_url": "https://docs.billerapi.com/errors/LINK_TOKEN_NOT_USABLE",
"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_TOKEN_NOT_USABLE
Was this page helpful?