Get an issuing purchase log by ID

GET {{baseInfraUrl}}/{{version}}/issuing-purchase/log/:logId

Get a single Issuing Purchase Log by its id.

Request Params

KeyDatatypeRequiredDescription
fieldsnullList of strings to filter response JSON keys.

RESPONSES

status: OK

{"log":{"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"}}