BILL_IMPORT_NOT_FOUND
404invalid_requestNo bill import exists with that id.
Cause
No bill import matches the supplied id in this account’s durable projection — unknown, expired, or owned by another account (collapsed to 404 so ids cannot be enumerated).
How to fix it
List bill imports to verify a current id, then retry.
Example response
404 BILL_IMPORT_NOT_FOUND
JSON
{
"error_code": "BILL_IMPORT_NOT_FOUND",
"error_type": "invalid_request",
"error_message": "No bill import exists with that id.",
"hint": "List bill imports to verify a current id, then retry.",
"docs_url": "https://docs.billerapi.com/errors/BILL_IMPORT_NOT_FOUND",
"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/BILL_IMPORT_NOT_FOUND
Was this page helpful?