Payment and Payment Management
GetPixOutById
This method can be used to consult a pix payment by its identifier (DocumentNumber)
post/GetPixOutById
Request body
Example request
{
"Method": "GetPixOutById",
"PartnerId": 30324,
"BusinessUnitId": 51138,
"DocumentNumber": 656,
"TaxNumber": "33.762.255/0001-40",
"Identifier": "PurchaseTest1106new4"
}Response
OK
Example response
{
"Success": "true",
"Message": "Método executado com sucesso.",
"Infos": [
{
"DocumentNumber": 12345,
"Identifier": "5asd534asd53asdas534edf43",
"EndToEndId": "null",
"FromName": "José da Silva",
"FromTaxNumber": "12312312312",
"FromISPB": "123",
"FromBankCode": "123",
"FromBankBranch": "12345",
"FromBankAccount": "12345",
"FromBankAccountDigit": "1",
"ToName": "Maria José",
"ToTaxNumber": "12345678988",
"ToISPB": "1234",
"ToBankCode": "1234",
"ToBankBranch": "1234",
"ToBankAccount": "12345",
"ToBankAccountDigit": "1",
"Status": "Settlement",
"RateValue": "0.00",
"TotalValue": "0.01",
"PaymentDate": "26/04/2022 11:26:44",
"ReceiptValue": "https://receipt.fitbank.com.br/receiptapi/pdf?filename=2022-08-26/receipt.pdf"
}
]
}