QRCode Management
GetPixQRCodeByIdentifier
This method can be used to consult a pix payment by its identifier (DocumentNumber)
post/GetPixQRCodeByIdentifier
Request body
Example request
{
"PartnerId": 30324,
"BusinessUnitId": 51138,
"TaxNumber": "33.762.255/0001-40",
"DocumentNumber": 656,
"Identifier": "PurchaseTest1106new4"
}Response
OK
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"
}
]
}