INVOICE_NOT_FOUND
404invalid_requestThe invoice does not exist.
Cause
The id names no invoice billing has ever written. A Stripe invoice id only resolves once the invoice has been issued.
How to fix it
Re-read the invoice id from the invoice list or the webhook payload that announced it.
Example response
404 INVOICE_NOT_FOUND
JSON
{
"error_code": "INVOICE_NOT_FOUND",
"error_type": "invalid_request",
"error_message": "The invoice does not exist.",
"hint": "Re-read the invoice id from the invoice list or the webhook payload that announced it.",
"docs_url": "https://docs.billerapi.com/errors/INVOICE_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/INVOICE_NOT_FOUND
Was this page helpful?