INVOICE_LINE_ITEM_INVALID
500api_errorAn invoice line item is invalid.
Cause
A line item's description, quantity, or amount failed a domain invariant. Skipping the line would understate the invoice total against what Stripe actually charges.
How to fix it
Not retryable as-is. Contact support with the request_id.
Example response
500 INVOICE_LINE_ITEM_INVALID
JSON
{
"error_code": "INVOICE_LINE_ITEM_INVALID",
"error_type": "api_error",
"error_message": "An invoice line item is invalid.",
"hint": "Not retryable as-is. Contact support with the request_id.",
"docs_url": "https://docs.billerapi.com/errors/INVOICE_LINE_ITEM_INVALID",
"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_LINE_ITEM_INVALID
Was this page helpful?