List issuing transactions
GET {{baseInfraUrl}}/{{version}}/issuing-transaction
Here you can list and filter all Issuing Transactions 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. | |
ids | null | List of strings to filter IssuingTransactions by IDs. | |
tags | null | List of strings to filter IssuingTransactions that contain specific tags. | |
externalIds | null | List of strings to filter IssuingTransactions by externalIds. | |
after | null | Filter entities created after this date. | |
before | null | Filter entities created before this date. |
RESPONSES
status: OK
{"cursor":"CmkKFAoHY3JlYXRlZBIJCODx9p-T5_cCChAKCmNoYWluQ291bnQSAggWEjtqGGR-YXBpLW1zLWNhcmQtaXNzdWVyLWRldnIfCxISSXNzdWluZ1RyYW5zYWN0aW9uGICAgOSK644KDBgAIAE=","transactions":[{"amount":10000,"balance":4192241,"created":"2022-05-17T18:21:02.199444+00:00","description":"Carga no saldo global de cartão","id":"6458238019043328","source":"issuing-invoice/5310735190065152","tags":[]},{"amount":10000,"balance":4182241,"created":"2022-05-17T18:21:01.949152+00:00","description":"Carga no saldo global de cartão","id":"5694751571443712","source":"issuing-invoice/5212706856501248","tags":[]}]}