List boleto payment logs
GET {{baseUrl}}/{{version}}/boleto-payment/log
Get a paged list of all boleto payment logs. A log tracks a change in the payment entity according to its life cycle.
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. | |
fields | null | List of strings to filter response JSON keys. | |
after | null | Filter entities created after this date. | |
before | null | Filter entities created before this date. | |
types | null | Filter logs by log types. | |
paymentIds | null | Array of payment ids that are linked to the desired logs. |
RESPONSES
status: OK
{"cursor":null,"logs":[{"payment":{"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},"errors":[],"type":"sending","id":"5741398179446784","created":"2020-09-01T15:12:13.806365+00:00"},{"payment":{"status":"created","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},"errors":[],"type":"created","id":"5712003960143872","created":"2020-09-01T15:12:13.033602+00:00"}]}