Brazil
Retrieve recipient data from QRCODE
Headers
Name
Type
Description
Request Body
Name
Type
Description
{
"code": 200,
"msg": "success",
"time": 1780569833,
"data": [
{
"name": "Pagsmile test",
"document_id": "59*****85",
"document_type": "CNPJ",//CPF or CNPJ for Brazil
"bank_code": "1*****5",//8-digits Bank ISPB Code for Brazil
"bank_name": "MAGEN IP",
"bank_number": "1*****5",
"account": "*****",
"account_type": "PAYMENT",
"amount": "0.03",
"scan_id": "QH2026**************",
"qrcode_type": "DYNAMIC_INSTANT_PAYMENT"// or "STATIC"
}
]
}{
"code": 500,
"msg": "system error",
"time": 1628497751,
"data": {
"error": "system error"
}
}Example
Sandbox QR Code Test Data
Static QR Code without Fixed Amount
Blocked QR Code
Invalid or Expired QR Code
Last updated