Documentation

INVOICE_STRIPE_LINK_MISSING

409api_error

An issued invoice names no Stripe invoice.

Cause

An ISSUED or VOID record that carries no stripe_invoice_id cannot be replayed: we cannot tell whether the customer was charged.

How to fix it

Contact support. Billing refuses to issue a second invoice on a guess.

Example response

409 INVOICE_STRIPE_LINK_MISSING
JSON
{
  "error_code": "INVOICE_STRIPE_LINK_MISSING",
  "error_type": "api_error",
  "error_message": "An issued invoice names no Stripe invoice.",
  "hint": "Contact support. Billing refuses to issue a second invoice on a guess.",
  "docs_url": "https://docs.billerapi.com/errors/INVOICE_STRIPE_LINK_MISSING",
  "request_id": "d94f5e2a-8c3b-4f1e-9a7d-6b2c1e0f8a34"
}

Related

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

Was this page helpful?