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

PROVISIONING_ACCOUNT_CLAIMED

Management of that account ended and its holder has already claimed it: only they can grant you access again from their account.


Category: Accounts

Example response

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

{
  "type": "https://docs.beel.es/errors/PROVISIONING_ACCOUNT_CLAIMED",
  "title": "PROVISIONING_ACCOUNT_CLAIMED",
  "detail": "Management of that account ended and its holder has already claimed it: only they can grant you access again from their account.",
  "instance": "/v1/<resource>",
  "errors": [],
  "success": false,
  "error": {
    "code": "PROVISIONING_ACCOUNT_CLAIMED",
    "message": "Management of that account ended and its holder has already claimed it: only they can grant you access again from their account.",
    "details": {}
  },
  "meta": {
    "timestamp": "2026-05-21T10:00:00Z",
    "request_id": "4bf92f3577b34da6a3ce929d0e0e4736"
  }
}

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

Message

Management of that account ended and its holder has already claimed it: only they can grant you access again from their account.
La gestión de esa cuenta terminó y su titular ya la reclamó: solo él puede volver a darte acceso desde su cuenta.
La gestió d'aquest compte va acabar i el seu titular ja l'ha reclamat: només ell et pot tornar a donar accés des del seu compte.

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

Other errors in this category

Keep exploring