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

REFERENCED_BY_PAYMENT_CONNECTION

Cannot delete or deactivate the series: it is configured in a payment connection. Remove it from the connection settings first or choose another series there


Example response

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

{
  "type": "https://docs.beel.es/errors/REFERENCED_BY_PAYMENT_CONNECTION",
  "title": "REFERENCED_BY_PAYMENT_CONNECTION",
  "detail": "Cannot delete or deactivate the series: it is configured in a payment connection. Remove it from the connection settings first or choose another series there",
  "instance": "/v1/<resource>",
  "errors": [],
  "success": false,
  "error": {
    "code": "REFERENCED_BY_PAYMENT_CONNECTION",
    "message": "Cannot delete or deactivate the series: it is configured in a payment connection. Remove it from the connection settings first or choose another series there",
    "details": {}
  },
  "meta": {
    "timestamp": "2026-05-21T10:00:00Z",
    "request_id": "4bf92f3577b34da6a3ce929d0e0e4736"
  }
}

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

Message

Cannot delete or deactivate the series: it is configured in a payment connection. Remove it from the connection settings first or choose another series there
No se puede eliminar ni desactivar la serie: está configurada en una conexión de pago. Quítala primero de la configuración de la conexión o elige otra serie allí
No es pot eliminar ni desactivar la sèrie: està configurada en una connexió de pagament. Treu-la primer de la configuració de la connexió o tria una altra sèrie allà

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

Other errors in this category

Keep exploring