Please contact HiTechPay Team to be granted permission to use this functionality.
Device Module: scanQRCode Function#
Supported Version#
HiTechPay and HiTechPos: Only supported in HiTechPay and HiTechPos App
Description#
Scans a QR code using the device camera and returns the scanned content to the merchant app.Parameters#
Return Value#
| Param | Data type | Description |
|---|
| content | string | Data scanned from the QR code (can be a URL, money transfer code, etc.) |
Error Code#
Sample Code#
Sample Response#
{
"data": {
"content": ""
},
"status": "success"
}