NewTell a voided invoice from a totally rectified one, without a second call
BeeL
Get StartedMulti-NIFVeriFactuStripeAPI ReferenceChangelog
ErrorsAll codes

INVOICE_EXCEEDS_SIMPLIFIED_LIMIT_WITH_NIF

Amount {0}€ exceeds the {1}€ limit for simplified invoices with NIF. Configure a customer with complete data for ordinary invoices


Example response

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

{
  "type": "https://docs.beel.es/errors/INVOICE_EXCEEDS_SIMPLIFIED_LIMIT_WITH_NIF",
  "title": "INVOICE_EXCEEDS_SIMPLIFIED_LIMIT_WITH_NIF",
  "detail": "Amount {0}€ exceeds the {1}€ limit for simplified invoices with NIF. Configure a customer with complete data for ordinary invoices",
  "instance": "/v1/<resource>",
  "errors": [],
  "success": false,
  "error": {
    "code": "INVOICE_EXCEEDS_SIMPLIFIED_LIMIT_WITH_NIF",
    "message": "Amount {0}€ exceeds the {1}€ limit for simplified invoices with NIF. Configure a customer with complete data for ordinary invoices",
    "details": {}
  },
  "meta": {
    "timestamp": "2026-05-21T10:00:00Z",
    "request_id": "4bf92f3577b34da6a3ce929d0e0e4736"
  }
}

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

Message

Amount {0}€ exceeds the {1}€ limit for simplified invoices with NIF. Configure a customer with complete data for ordinary invoices
El importe {0}€ supera el límite de {1}€ para facturas simplificadas con NIF. Configure un cliente con datos completos para facturas ordinarias
L''import {0}€ supera el límit de {1}€ per a factures simplificades amb NIF. Configura un client amb dades completes per a factures ordinàries

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

Tokens like {0} are runtime arguments — the backend fills them with actual values before responding.

Other errors in this category

Keep exploring