Change boleto beneficiary eligibility
Changes eligibility. Allowed transitions: `ELIGIBLE` to `UNDER_REVIEW` or `INELIGIBLE`; `UNDER_REVIEW` to `ELIGIBLE` or `INELIGIBLE`; `INELIGIBLE` to `UNDER_REVIEW`. Any other combination is **409** `boleto_charge_beneficiary_transition_invalid` and is not sent to the settlement bank. `reason` is required. `documentId` is required when the target is `INELIGIBLE`. Asynchronous **202**. Scope `boleto_charge.manage`.
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
accountId
Account identifier.
Headers
X-Tenant-Id
Tenant context used for authorization and routing.
Idempotency-Key
Optional client-generated idempotency token (recommended for safe retries).
Request
This endpoint expects an object.
targetStatus
Allowed values:
reason
documentId
alertOriginInstitution
ISPB of the institution that raised the alert.
Response
Accepted.
operationId
beneficiaryId
processingStatus
Allowed values:
Errors
400
Bad Request Error
403
Forbidden Error
404
Not Found Error
409
Conflict Error