List issuing withdrawals
GET {{baseInfraUrl}}/{{version}}/issuing-withdrawal
Here you can list and filter all Issuing Withdrawals you have made. We return it paged.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
cursor | null | String used to get the next batch of results. | |
limit | null | Maximum number of objects to be retrieved. | |
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. | |
externalIds | null | List of strings to filter Issuing Withdrawals by their externalIds. | |
tags | null | List of strings to filter Issuing Withdrawals that contain specific tags. |
RESPONSES
status: OK
{"cursor":"ClYKFAoHY3JlYXRlZBIJCNqalNKS5_cCEjpqGGR-YXBpLW1zLWNhcmQtaXNzdWVyLWRldnIeCxIRSXNzdWluZ1dpdGhkcmF3YWwYgICAxOnpxAkMGAAgAQ==","withdrawals":[{"amount":10000,"created":"2022-05-17T20:10:18.179144+00:00","description":"Sending back","externalId":"my_external_id_1","id":"6037115762638848","issuingTransactionId":"5474165809217536","tags":["iron","bank"],"transactionId":"5658206160289792","updated":"2022-05-17T20:10:18.580625+00:00"},{"amount":10000,"created":"2022-05-17T18:18:18.851674+00:00","description":"Sending back","externalId":"006ca81f-ea92-413c-9408-9ad062fcfc9a","id":"5369252844404736","issuingTransactionId":"6495152751247360","tags":[],"transactionId":"5672161985429504","updated":"2022-05-17T18:18:19.497659+00:00"}]}