NewThe street number is no longer required in an address
BeeL
Get StartedMulti-NIFVeriFactuStripeAPI ReferenceChangelog
ErrorsAll codes

BULK_EMAIL_NO_VALID_INVOICES

No valid invoices to send. All selected invoices are drafts or have no generated PDF.


Category: Invoices

Example response

When this error occurs, the API returns a JSON response with the following shape:

{
  "type": "https://docs.beel.es/errors/BULK_EMAIL_NO_VALID_INVOICES",
  "title": "BULK_EMAIL_NO_VALID_INVOICES",
  "detail": "No valid invoices to send. All selected invoices are drafts or have no generated PDF.",
  "instance": "/v1/<resource>",
  "errors": [],
  "success": false,
  "error": {
    "code": "BULK_EMAIL_NO_VALID_INVOICES",
    "message": "No valid invoices to send. All selected invoices are drafts or have no generated PDF.",
    "details": {}
  },
  "meta": {
    "timestamp": "2026-05-21T10:00:00Z",
    "request_id": "4bf92f3577b34da6a3ce929d0e0e4736"
  }
}

The type URI is stable and always resolves to this page.

Message

No valid invoices to send. All selected invoices are drafts or have no generated PDF.
No hay facturas válidas para enviar. Todas las facturas seleccionadas están en borrador o no tienen PDF generado.
No hi ha factures vàlides per enviar. Totes les factures seleccionades són esborranys o no tenen PDF generat.

Send the request with Accept-Language: <es|en|ca> to receive the message in your preferred language.

Other errors in this category

Keep exploring