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

KeyDatatypeRequiredDescription
cursornullString used to get the next batch of results.
limitnullMaximum number of objects to be retrieved.
fieldsnullList of strings to filter response JSON keys.
idsnullList of strings to filter IssuingTransactions by IDs.
tagsnullList of strings to filter IssuingTransactions that contain specific tags.
externalIdsnullList of strings to filter IssuingTransactions by externalIds.
afternullFilter entities created after this date.
beforenullFilter 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":[]}]}