v1

latestOpenAPI 3.0.0Apache 2.02026-07-263079321.1 MB
QRCode Management

GetPixQRCodeByIdentifier

This method can be used to consult a pix payment by its identifier (DocumentNumber)

post/GetPixQRCodeByIdentifier

Request body

methodstring
PartnerIdinteger

Partner identifier provided by Fitbank

BusinessUnitIdinteger
TaxNumberstring

Legal Identification From Company

DocumentNumberinteger

Transaction id

Identifierstring

Identifier Of The Transaction

Example request

{
  "PartnerId": 30324,
  "BusinessUnitId": 51138,
  "TaxNumber": "33.762.255/0001-40",
  "DocumentNumber": 656,
  "Identifier": "PurchaseTest1106new4"
}

Response

OK

Successstring

Example response

{
  "Success": "true",
  "GetPixQRCodeByIdentifierInfo": [
    {
      "PixQRCodeType": "Dynamic",
      "Status": "Processed",
      "City": "Fortaleza",
      "ZipCode": "63700000",
      "PrincipalVelue": "1.00",
      "InterestValue": "1.00",
      "FineValue": "1.00",
      "Reusable": "false",
      "ExpirationDate": "00/00/0000",
      "CreationDate": "00/00/0000"
    }
  ]
}