Get digitable bill line

Endpoint responsible for retrieving the digitable line of a charge with boleto enabled.

The digitable line is the numeric representation of the barcode and can be used by the payer to make the payment directly through internet banking or other compatible channels.


Supported charges

The digitable line can be retrieved for charges with:

  • BOLETO
  • UNDEFINED, when boleto is available as a payment method

Request parameter

  • id — Unique identifier of the charge in Asaas

Charge updates and impact on the digitable line

Whenever the charge is updated, the digitable line may also change.

For this reason, integrations that display or store this information must retrieve it again after any relevant change to the charge, ensuring that the information presented to the payer remains valid.


🚧

Attention

GET requests must be sent with an empty body.

Otherwise, the API may return a 403 Forbidden error.

Path Params
string
required
Responses

403

Forbidden. Occurs when the request body is filled, GET method calls must have an empty body.

404

Not found

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json