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
Key | Datatype | Required | Description |
---|---|---|---|
cursor | null | String used to get the next batch of results. | |
limit | null | Number of results per cursor. Max = 100. | |
after | null | Filter entities created after this date. | |
before | null | Filter entities created before this date. | |
tags | null | Filter entities that contain the specified tags. | |
ids | null | List of strings to get specific entities by ids. | |
status | null | Filter payments by the specified status. | |
fields | null | List of strings to filter response JSON keys. |
RESPONSES
status: OK
{"cursor":"ClUKFAoHY3JlYXRlZBIJCIHF-dDSkv0CEjlqG2l-YXBpLW1zLWNoYXJnZS1wYXltZW50LXNieHIaCxINQ2hhcmdlUGF5bWVudBiAgIDU7Y2TCgwYACAB","payments":[{"amount":2237,"barCode":"34195926200000022371091044643877307144464000","created":"2023-02-13T13:52:57.492097+00:00","description":"Buzz Aldrin","fee":0,"id":"5713538530148352","line":"34191.09107 44643.877309 71444.640008 5 92620000002237","scheduled":"2023-02-13T13:52:57.399693+00:00","status":"success","tags":["boleto #1234"],"taxId":"20.018.183/0001-80","transactionIds":["45816984065637459525710393641650"]}]}