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

SIGNING_ONLY_IN_LIVE

The AEAT representation can only be signed in Live mode: the document has no test mode


Category: VeriFactu

Example response

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

{
  "type": "https://docs.beel.es/errors/SIGNING_ONLY_IN_LIVE",
  "title": "SIGNING_ONLY_IN_LIVE",
  "detail": "The AEAT representation can only be signed in Live mode: the document has no test mode",
  "instance": "/v1/<resource>",
  "errors": [],
  "success": false,
  "error": {
    "code": "SIGNING_ONLY_IN_LIVE",
    "message": "The AEAT representation can only be signed in Live mode: the document has no test mode",
    "details": {}
  },
  "meta": {
    "timestamp": "2026-05-21T10:00:00Z",
    "request_id": "4bf92f3577b34da6a3ce929d0e0e4736"
  }
}

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

Message

The AEAT representation can only be signed in Live mode: the document has no test mode
La representación ante la AEAT solo se firma en modo Live: el documento no tiene modo de prueba
La representació davant l'AEAT només se signa en mode Live: el document no té mode de prova

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

Other errors in this category

Keep exploring