List Pix reversals
GET {{baseInfraUrl}}/{{version}}/pix-reversal
Here you can list and filter all Pix Reversals you have made. We return it paged.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
cursor | null | String used to get the next batch of results. | |
fields | null | List of strings to filter response JSON keys. | |
limit | null | Maximum number of objects to be retrieved. | |
after | null | Filter entities created after this date. | |
before | null | Filter entities created before this date. | |
status | null | Filter PixReversals by the specified status. | |
tags | null | List of strings to filter Pix Reversals that contain specific tags. | |
ids | null | List of strings to filter Pix Reversals by their ids. | |
returnIds | null | List of strings to filter Pix Reversals by their returnIds | |
externalIds | null | List of strings to get specific entities by their externalIds. |
RESPONSES
status: OK
{"cursor":"CkgKFAoHY3JlYXRlZBIJCNru8oXIzfYCEixqEGl-YXBpLW1zLXNwaS1kZXZyGAsSC1BpeFJldmVyc2FsGICAgKSCxrAJDBgAIAE=","reversals":[{"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.088746+00:00"},{"amount":1,"created":"2022-03-17T16:27:14.727770+00:00","endToEndId":"E34052649202203041806u3kgzzaazla","externalId":null,"fee":0,"flow":"in","id":"5280061607378944","reason":"fraud","returnId":"D39908427202203171627FgbOba4nEnt","status":"failed","tags":[],"updated":"2022-03-17T16:27:17.888461+00:00"}]}