ErrorsAll codes

ISSUE_DATE_IN_FUTURE

Issue date cannot be in the future. To issue an invoice on a future date, use POST /v1/invoices/{id}/schedule


Category: Invoices

Example response

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

{
  "type": "https://docs.beel.es/errors/ISSUE_DATE_IN_FUTURE",
  "title": "ISSUE_DATE_IN_FUTURE",
  "detail": "Issue date cannot be in the future. To issue an invoice on a future date, use POST /v1/invoices/{id}/schedule",
  "instance": "/v1/<resource>",
  "errors": [],
  "success": false,
  "error": {
    "code": "ISSUE_DATE_IN_FUTURE",
    "message": "Issue date cannot be in the future. To issue an invoice on a future date, use POST /v1/invoices/{id}/schedule",
    "details": {}
  },
  "meta": {
    "timestamp": "2026-05-21T10:00:00Z",
    "request_id": "4bf92f3577b34da6a3ce929d0e0e4736"
  }
}

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

Message

Issue date cannot be in the future. To issue an invoice on a future date, use POST /v1/invoices/{id}/schedule
La fecha de emisión no puede ser futura. Para emitir una factura en una fecha futura, use el endpoint POST /v1/invoices/{id}/schedule
La data d''emissió no pot ser futura. Per emetre una factura en una data futura, useu l''endpoint POST /v1/invoices/{id}/schedule

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

Other errors in this category

Keep exploring