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

PROFORMA_NOT_CONVERTIBLE

A proforma can only be converted while it is active; its current status ({0}) does not allow it


Category: Invoices

Example response

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

{
  "type": "https://docs.beel.es/errors/PROFORMA_NOT_CONVERTIBLE",
  "title": "PROFORMA_NOT_CONVERTIBLE",
  "detail": "A proforma can only be converted while it is active; its current status ({0}) does not allow it",
  "instance": "/v1/<resource>",
  "errors": [],
  "success": false,
  "error": {
    "code": "PROFORMA_NOT_CONVERTIBLE",
    "message": "A proforma can only be converted while it is active; its current status ({0}) does not allow it",
    "details": {}
  },
  "meta": {
    "timestamp": "2026-05-21T10:00:00Z",
    "request_id": "4bf92f3577b34da6a3ce929d0e0e4736"
  }
}

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

Message

A proforma can only be converted while it is active; its current status ({0}) does not allow it
Una proforma solo puede convertirse mientras está vigente; su estado actual ({0}) no lo permite
Una proforma només es pot convertir mentre està vigent; el seu estat actual ({0}) no ho permet

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