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

ENVIO_NO_PERMITIDO

In the test environment you can only send to your own address. Use tags to separate sends: youremail+test1@domain.com


Category: Email delivery

Example response

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

{
  "type": "https://docs.beel.es/errors/ENVIO_NO_PERMITIDO",
  "title": "ENVIO_NO_PERMITIDO",
  "detail": "In the test environment you can only send to your own address. Use tags to separate sends: youremail+test1@domain.com",
  "instance": "/v1/<resource>",
  "errors": [],
  "success": false,
  "error": {
    "code": "ENVIO_NO_PERMITIDO",
    "message": "In the test environment you can only send to your own address. Use tags to separate sends: youremail+test1@domain.com",
    "details": {}
  },
  "meta": {
    "timestamp": "2026-05-21T10:00:00Z",
    "request_id": "4bf92f3577b34da6a3ce929d0e0e4736"
  }
}

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

Message

In the test environment you can only send to your own address. Use tags to separate sends: youremail+test1@domain.com
En el entorno de pruebas solo puedes enviar a tu propia dirección. Usa etiquetas si necesitas separar envíos: tucorreo+prueba1@dominio.com
A l'entorn de proves només pots enviar a la teva adreça. Fes servir etiquetes per separar enviaments: elteucorreu+prova1@domini.com

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

Keep exploring