4.4 Consult QRCode

GetPixQRCodeById

API Method = GetPixQRCodeById

This method allows the user to consult a PIX charge by its DocumentNumber, entered after the QrCode issuance request.

{
     "Method": "GetPixQRCodeById",
     "PartnerId": 30519,
     "BusinessUnitId": 51138,
     "DocumentNumber": 854127,
     "TaxNumber": "84928589076"
}

Description

ParameterDescriptionMandatoryType
MethodGetPixQRCodeByIdYESSTRING
PartnerIdInformation provided by FitBankYESINT
BusinessUnitIdInformation provided by FitBankYESINT
DocumentNumberDocument number (ID) of the static or dynamic QrCode that is to be consultedYESNUMBER
TaxNumberCPF/CNPJ of who generated the QrCode chargeYESSTRING

GetPixQRCodeByIdentifier

API Method = GetPixQRCodeByIdentifier

This method allows the user to consult a PIX charge through a DocumentNumber or Identifier.

{
  "method": "GetPixQRCodeByIdentifier",
  "PartnerId": 30519,
  "BusinessUnitId": 51138,
  "TaxNumber": "84928589076",
  "DocumentNumber": 854127,
  "Identifier": "ac1e955d-905d-436f-9881-f8dbdda58c73"
}

Description

ParameterDescriptionMandatoryType
MethodMethod to be usedYESSTRING
PartnerIdInformation provided by FitBankYESINT
BusinessUnitIdInformation provided by FitBankYESINT
TaxNumberCPF/CNPJ of who generated the QrCode chargeYESSTRING
DocumentNumberDocument number (ID) of the static or dynamic QrCode that is to beNOINT
IdentifierCollection identifier assigned by collection issuerNOSTRING

QRCode Status sent in the API:

  • Created: The request for QrCode generation was received by FitBank
  • Registering: The QrCode is in the process of being registered at the Central Bank (Banco Central)
  • Processed: The QrCode is ready for use
  • Settled: The QrCode was successfully paid
  • Error: QrCode registration processing error at the Central Bank (Banco Central)
  • Canceled: Canceled QrCode
  • Expired: Expired QrCode