List issuing purchase logs
GET {{baseInfraUrl}}/{{version}}/issuing-purchase/log
Here you can list and filter all Issuing Purchase Logs. 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 | Number of results per cursor. Max = 100. | |
after | null | Filter entities created after this date. | |
before | null | Filter entities created before this date. | |
types | null | Filter logs by log types. | |
purchaseIds | null | List of Issuing Purchase IDs to filter logs. |
RESPONSES
status: OK
{"cursor":"ClcKFAoHY3JlYXRlZBIJCP2VktTR5_cCEjtqGGR-YXBpLW1zLWNhcmQtaXNzdWVyLWRldnIfCxISSXNzdWluZ1B1cmNoYXNlTG9nGICAgOTT1poKDBgAIAE=","logs":[{"created":"2022-05-17T23:00:16.807417+00:00","errors":[],"id":"4875182556577792","issuingTransactionId":"","purchase":{"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.478631+00:00","walletId":"","zipCode":"02101234"},"type":"confirmed"},{"created":"2022-05-17T23:00:14.446333+00:00","errors":[],"id":"5746826170859520","issuingTransactionId":"","purchase":{"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.841792+00:00","walletId":"","zipCode":"02101234"},"type":"confirmed"}]}