Issues a boleto for this account. Scope `bank_slip.manage`. The
feature `bank_slip_issuance` starts **disabled for every tenant**,
including tenants created after this release. While it is off every
bank-slip route returns **403** `feature_disabled`.
**First issuance of an account.** If the holder is not yet a
beneficiary (or the relationship is closed), this call registers the
holder and returns **202** with `errorCode: bank_slip_beneficiary_pending`
and `Retry-After: 300`. Nothing was issued. Repeat the same body in a
few minutes. This happens only on the first issuance of each account.
When the beneficiary is already eligible, the response is **202** with
the slip (`bankSlipId`, `barcode`, `digitableLine`). Registration at
the central base is still asynchronous: subscribe to `bank_slip.registered`
and `bank_slip.registration_failed`. Repeating the same `identifier`
returns **200** with the live slip.
There is no write-off of an open slip. `DELETE` returns **501**.
Request
This endpoint expects an object.
identifierstringOptional
Idempotency key for this account. Falls back to the Idempotency-Key header.
expirationPolicyobjectOptional
This identifier was already issued. Body is the live slip.