Get an issuing purchase by ID

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

Get a single issuing Purchase by its id.

Request Params

KeyDatatypeRequiredDescription
fieldsnullList of strings to filter response JSON keys.

RESPONSES

status: OK

{"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.800490+00:00","walletId":"","zipCode":"02101234"}}