v1

latestOpenAPI 3.0.0Apache 2.02026-07-263079321.1 MB
Instant Receipt Management

GetPixInById

This method can be used to consult a PIX Receipt by its ID (DocumentNumber)

post/GetPixInById

Request body

Methodstring required
PartnerIdinteger required

Partner identifier provided by Fitbank

BusinessUnitIdinteger required
DocumentNumberinteger

Transaction id

TaxNumberstring required

Legal Identification From Company

BankBranchstring required

Beneficiary's Bank Branch

BankAccountstring required

Beneficiary's Account Number (without digit)

BankAccountDigitstring required

Beneficiary's Account Digit

EndToEndIdstring
ConciliationIdstring

Example request

{
  "Method": "GetPixInById",
  "PartnerId": 30324,
  "BusinessUnitId": 51138,
  "DocumentNumber": 656,
  "TaxNumber": "33.762.255/0001-40",
  "EndToEndId": "K7222485720949273185595604910271",
  "ConciliationId": "21s88c5832a7899"
}

Response

OK

Successstring
Messagestring

Example response

{
  "Success": "true",
  "Message": "Método executado com sucesso.",
  "Infos": [
    {
      "QRCodeInfos": {
        "DocumentNumber": 123,
        "Type": "Dinâmico",
        "ConciliationId": "7D68516956510638997C00B000",
        "InitiatorIdentifier": "null",
        "Payer": {
          "Name": "Juliano Fernandes",
          "TaxNumber": "24968355000"
        }
      }
    }
  ]
}