Documentation

INVOICE_LINE_ITEM_INVALID

500api_error

An 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

Canonical docs URL: https://docs.billerapi.com/errors/INVOICE_LINE_ITEM_INVALID

Was this page helpful?