Get a Pix request by ID
GET {{baseInfraUrl}}/{{version}}/pix-request/:requestId
Get a single Pix Request by its id.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
fields | null | List of strings to filter response JSON keys. |
RESPONSES
status: OK
{"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.863663+00:00"}}