Documentation

INVOICE_STRIPE_FINALIZE_FAILED

503upstream

Stripe would not finalize the invoice.

Cause

The itemise/finalize call failed. The draft's id is already persisted, so the operation is resumable.

How to fix it

Retry with backoff. The resume re-reads the linked draft and replays an already-finalized invoice rather than creating another.

Example response

503 INVOICE_STRIPE_FINALIZE_FAILED
JSON
{
  "error_code": "INVOICE_STRIPE_FINALIZE_FAILED",
  "error_type": "upstream",
  "error_message": "Stripe would not finalize the invoice.",
  "hint": "Retry with backoff. The resume re-reads the linked draft and replays an already-finalized invoice rather than creating another.",
  "docs_url": "https://docs.billerapi.com/errors/INVOICE_STRIPE_FINALIZE_FAILED",
  "request_id": "d94f5e2a-8c3b-4f1e-9a7d-6b2c1e0f8a34"
}

Related

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

Was this page helpful?