List Pix reversal logs
GET {{baseInfraUrl}}/{{version}}/pix-reversal/log
Get a paged list of all Pix Reversal Logs. A log tracks a change in the Pix Request Logs 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. | |
reversalIds | null | List of strings to filter Logs by Pix Reversal ids. |
RESPONSES
status: OK
{"cursor":"CksKFAoHY3JlYXRlZBIJCISgxMjG1fcCEi9qEGl-YXBpLW1zLXNwaS1kZXZyGwsSDlBpeFJldmVyc2FsTG9nGICAgKSyvLsLDBgAIAE=","logs":[{"created":"2022-05-10T18:22:44.867189+00:00","errors":[],"id":"5046634429808640","reversal":{"amount":10,"created":"2022-05-10T18:22:39.490292+00:00","endToEndId":"E00000000202205101815RMpeESzgU7U","externalId":"euibgfquikq2222e232242u1vy232rjkqef","fee":50,"flow":"out","id":"5891059359940608","reason":"bankError","returnId":"D34052649202205101822417Mfcaz73q","status":"success","tags":[],"updated":"2022-05-10T18:22:45.106138+00:00"},"type":"success"},{"created":"2022-05-10T18:22:42.020356+00:00","errors":[],"id":"6454009313361920","reversal":{"amount":10,"created":"2022-05-10T18:22:39.490292+00:00","endToEndId":"E00000000202205101815RMpeESzgU7U","externalId":"euibgfquikq2222e232242u1vy232rjkqef","fee":50,"flow":"out","id":"5891059359940608","reason":"bankError","returnId":"D34052649202205101822417Mfcaz73q","status":"processing","tags":[],"updated":"2022-05-10T18:22:45.106048+00:00"},"type":"sent"}]}