Get a Pix request log by ID

GET {{baseInfraUrl}}/{{version}}/pix-request/log/:logId

Get a single Pix Request Log by its id.

Request Params

KeyDatatypeRequiredDescription
fieldsnullList of strings to filter response JSON keys.

RESPONSES

status: OK

{"log":{"created":"2022-05-17T18:58:41.842058+00:00","errors":[],"id":"4790818795683840","request":{"amount":10000,"cashAmount":100,"cashierBankCode":"20018183","cashierType":"merchant","created":"2022-05-17T18:58:38.092412+00:00","description":"A Lannister always pays his debts","endToEndId":"E35547753202201201450u34sDGd19l3","externalId":"my_unique_id_1","fee":35,"flow":"out","id":"5632510516002816","initiatorTaxId":"","method":"manual","receiverAccountNumber":"00000","receiverAccountType":"checking","receiverBankCode":"20018183","receiverBranchCode":"0001","receiverKeyId":"","receiverName":"Arya Stark","receiverTaxId":"012.345.678-90","reconciliationId":"","senderAccountNumber":"00000","senderAccountType":"checking","senderBankCode":"35547753","senderBranchCode":"0000","senderName":"jamie Lannister","senderTaxId":"594.739.480-42","status":"failed","tags":["lannister","chargeback"],"updated":"2022-05-17T18:58:42.882204+00:00"},"type":"refunded"}}