INVOICE_EMAIL_PDF_UNAVAILABLE
409invalid_requestThe invoice has no PDF to send.
Cause
The invoice email links the Stripe-hosted PDF; an invoice that has not been finalized has none.
How to fix it
Finalize the invoice first (generation does this), then resend the email.
Example response
409 INVOICE_EMAIL_PDF_UNAVAILABLE
JSON
{
"error_code": "INVOICE_EMAIL_PDF_UNAVAILABLE",
"error_type": "invalid_request",
"error_message": "The invoice has no PDF to send.",
"hint": "Finalize the invoice first (generation does this), then resend the email.",
"docs_url": "https://docs.billerapi.com/errors/INVOICE_EMAIL_PDF_UNAVAILABLE",
"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_EMAIL_PDF_UNAVAILABLE
Was this page helpful?