Identify QRCODE
Get Information of QRCODE
Headers
Name
Type
Description
Request Body
Name
Type
Description
{
"code": 200,
"msg": "success",
"time": 1628497163,
"data": [{
"name": "",
"document_id": "",
"document_type": "", //CPF or CNPJ for Brazil
"bank_code": "", //8-digits Bank ISPB Code for Brazil
"bank_name": "",
"account": "",
"account_type": "",
"amount": ""
}]
}{
"code": 500,
"msg": "system error",
"time": 1628497751,
"data": {
"error": "system error"
}
}Example
Last updated