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

KeyDatatypeRequiredDescription
cursornullString used to get the next batch of results.
limitnullNumber of results per cursor. Max = 100.
afternullFilter entities created after this date.
beforenullFilter entities created before this date.
typesnullFilter logs by log types.
paymentIdsnullArray of payment ids that are linked to the desired logs.
fieldsnullList of strings to filter response JSON keys.

RESPONSES

status: OK

{"cursor":"ClgKFAoHY3JlYXRlZBIJCNCm58_FlP0CEjxqG2l-YXBpLW1zLWNoYXJnZS1wYXltZW50LXNieHIdCxIQQ2hhcmdlUGF5bWVudExvZxiAgIC4oPaBCgwYACAB","logs":[{"created":"2023-02-22T01:28:09.531837+00:00","errors":[],"id":"5755550960713728","payment":{"amount":2237,"barCode":"34195926200000022371091044643877307144464000","created":"2023-02-13T13:52:57.492097+00:00","description":"Tony Stark","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"]},"type":"canceling"},{"created":"2023-02-14T08:00:04.911952+00:00","errors":[],"id":"5637960737226752","payment":{"amount":2237,"barCode":"34195926200000022371091044643877307144464000","created":"2023-02-13T13:52:57.492097+00:00","description":"Walter White","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 #4567"],"taxId":"20.018.183/0001-80","transactionIds":["45816984065637459525710393641650"]},"type":"success"}]}