List issuing purchases

GET {{baseInfraUrl}}/{{version}}/issuing-purchase

Here you can list and filter all Issuing Purchases you have under your sub-issuer. We return it paged.

Request Params

KeyDatatypeRequiredDescription
cursornullString used to get the next batch of results.
limitnullMaximum number of objects to be retrieved. Max = 100.
afternullFilter entities created after this date.
beforenullFilter entities created before this date.
idsnullList of strings to filter Issuing Purchases by their IDs.
statusnullFilter purchases by the specified status.
endToEndIdsnullList of strings to filter Issuing Purchases by endToEndIds. An endToEndId is a unique id used to identify the transaction through all of its life cycle, even before the purchase is denied or accepted and gets its usual id.
fieldsnullList of strings to filter response JSON keys.
holderIdsnullList of strings to filter Issuing Purchases by cardholder's id.
cardIdsnullList of strings to filter Issuing Purchases by card's id.

RESPONSES

status: OK

{"cursor":null,"purchases":[{"acquirerId":"35016","amount":1300,"cardEnding":"5255","cardId":"6492113835393024","created":"2022-05-17T22:12:13.205801+00:00","endToEndId":"18d87d1a-09f2-40cf-8f6e-0c96a431c2d3","holderName":"Tony Stark","id":"5029260213354496","issuerAmount":1300,"issuerCurrencyCode":"BRL","issuerCurrencySymbol":"R$","issuingTransactionIds":["6155160120197120"],"merchantAmount":1300,"merchantCategoryCode":"fastFoodRestaurants","merchantCountryCode":"BRA","merchantCurrencyCode":"BRL","merchantCurrencySymbol":"R$","merchantFee":0,"merchantId":"478093973800893","merchantName":"TESTE DO JOAO","methodCode":"token","purpose":"purchase","score":null,"status":"confirmed","tags":["customer-purchase-order/ditto"],"tax":0,"updated":"2022-05-17T23:00:45.800490+00:00","walletId":"","zipCode":"02101234"},{"acquirerId":"306487","amount":1200,"cardEnding":"5255","cardId":"6492113835393024","created":"2022-05-17T22:11:57.298155+00:00","endToEndId":"6a8af4f5-fb14-49cb-9fb0-754adf5fd255","holderName":"Tony Stark","id":"6204168180072448","issuerAmount":1200,"issuerCurrencyCode":"BRL","issuerCurrencySymbol":"R$","issuingTransactionIds":["4796793296519168"],"merchantAmount":1200,"merchantCategoryCode":"fastFoodRestaurants","merchantCountryCode":"BRA","merchantCurrencyCode":"BRL","merchantCurrencySymbol":"R$","merchantFee":0,"merchantId":"671957775124999","merchantName":"TESTE DO JOAO","methodCode":"token","purpose":"purchase","score":null,"status":"confirmed","tags":["customer-purchase-order/ditto"],"tax":0,"updated":"2022-05-17T23:00:48.438638+00:00","walletId":"","zipCode":"02101234"}]}