Instant Payment Refund
GetRefundPixOutByDate
This method can be used to consult a PIX Payment refund by date
post/GetRefundPixOutByDate
Request body
Example request
{
"Method": "GetRefundPixOutByDate",
"PartnerId": 30324,
"BusinessUnitId": 51138,
"TaxNumber": "33.762.255/0001-40",
"StartDate": "2023-09-09",
"EndDate": "2023-10-09",
"PageIndex": 2,
"PageSize": 10
}Response
OK
Example response
{
"Success": "true",
"Message": "Método executado com sucesso.",
"RefundPixOutList": [
{
"EndToEndId": "E28347346198237738881630101",
"RefundCode": "MD06",
"PixOutIdentifier": "identificadorUnicoDoCliente",
"RefundValue": "0.01",
"RefundDate": "2022/08/26 11:46:22",
"CustomerMessage": "Devolução no valor de 0.01",
"DrawerName": "José da Silva",
"DrawerTaxNumber": "12345678900",
"DrawerISPB": "123",
"DrawerBankCode": "123",
"DrawerBankBranch": "1234",
"DrawerBankAccount": "12345",
"DrawerBankAccountDigit": "1",
"DraweeName": "Maria José",
"DraweeTaxNumber": "12312312312",
"DraweeISPB": "123",
"DraweeBankCode": "123",
"DraweeBankBranch": "1234",
"DraweeBankAccount": "12345",
"DraweeBankAccountDigit": "1"
}
]
}