CONFLICT
409invalid_requestThe request conflicts with the current resource state.
Cause
The resource changed since you last read it, or the operation is not valid in its current state.
How to fix it
Re-fetch the resource, reconcile, and retry.
Example response
409 CONFLICT
JSON
{
"error_code": "CONFLICT",
"error_type": "invalid_request",
"error_message": "The request conflicts with the current resource state.",
"hint": "Re-fetch the resource, reconcile, and retry.",
"docs_url": "https://docs.billerapi.com/errors/CONFLICT",
"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/CONFLICT
Was this page helpful?