ErrorsAll codes

RECURRING_INVALID_DAY_OF_MONTH

The day of the month must be between 1 and 31


Category: Invoices

Example response

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

{
  "type": "https://docs.beel.es/errors/RECURRING_INVALID_DAY_OF_MONTH",
  "title": "RECURRING_INVALID_DAY_OF_MONTH",
  "detail": "The day of the month must be between 1 and 31",
  "instance": "/v1/<resource>",
  "errors": [],
  "success": false,
  "error": {
    "code": "RECURRING_INVALID_DAY_OF_MONTH",
    "message": "The day of the month must be between 1 and 31",
    "details": {}
  },
  "meta": {
    "timestamp": "2026-05-21T10:00:00Z",
    "request_id": "4bf92f3577b34da6a3ce929d0e0e4736"
  }
}

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

Message

The day of the month must be between 1 and 31
El día del mes debe estar entre 1 y 31
El dia del mes ha d''estar entre 1 i 31

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

Other errors in this category

Keep exploring