List boleto payments

GET {{baseUrl}}/{{version}}/boleto-payment

Get a list of non-deleted boleto payments in chunks of at most 100. If you need smaller chunks, use the limit parameter.

Request Params

KeyDatatypeRequiredDescription
cursornullString used to get the next batch of results.
limitnullNumber of results per cursor. Max = 100.
fieldsnullList of strings to filter response JSON keys.
afternullFilter entities created after this date.
beforenullFilter entities created before this date.
tagsnullFilter entities that contain the specified tags.
idsnullList of strings to get specific entities by ids.
statusnullFilter payments by the specified status.

RESPONSES

status: OK

{"cursor":null,"payments":[{"status":"processing","scheduled":"2020-09-01T15:12:12.770273+00:00","description":"Payment for killing white walkers","tags":["little girl","no one"],"taxId":"02.657.507/0001-48","line":"34191.09008 69704.737308 71444.640008 1 83690000000208","id":"5686448233644032","fee":0,"created":"2020-09-01T15:12:12.949561+00:00","barCode":"34191836900000002081090069704737307144464000","amount":208}]}