Get an issued boleto

Always reads the current boleto from the settlement bank, upserts the local mirror, and returns that live result with `updatedAt` set to the successful synchronization instant. `chargeId` is the settlement-bank id returned by the issue call. Requires `boleto_charge`. A provider failure is returned as an error. This route never falls back to a stale mirror row.

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

accountIdstringRequired
Account identifier.
chargeIdstringRequired

Settlement-bank id returned by the issue call (chargeId).

Headers

X-Tenant-IdstringRequired
Tenant context used for authorization and routing.

Response

Boleto
chargeIdstring

Settlement-bank id of this boleto. Use it on the item route and in webhooks.

identifierstring
Your idempotency key.
statusenum
Canonical status.
updatedAtdatetime
Last successful synchronization with the settlement bank, in UTC.
barcodestringOptional
Barcode.
digitableLinestringOptional

Linha digitável.

ourNumberstringOptional
Our number at the settlement bank.
registrationConditionenumOptional
Registration at the central base. PENDING right after issuance.
Allowed values:
dueDatedateOptional
Due date.
amountobjectOptional
statusReasonstringOptional
Present when the settlement bank sent a reason.
paymentLimitDatedateOptional
Last day payment is accepted.
paymentobjectOptional
Present after settlement.
payerobjectOptional
requestobjectOptional
Original normalized issuance request, available on item detail for audit and the backoffice dialog.

Errors

403
Forbidden Error
404
Not Found Error
502
Bad Gateway Error