# 1.7 QRCODE current available channels
# request URL
/api/v2/qrcode/availableChannels
# request method
- GET
# request params
| parameter name | Is it mandatory | type of data | description |
|---|---|---|---|
| appId | mandatory | string | application APPID |
| sign | mandatory | string | sign |
# Successful Response example
{
"code": 1,
"message": "success",
"data": [
"QRPH_DYNAMIC_QR",
"QRPH_HYBRID_QR",
"GCASH_DYNAMIC_QR"
]
}
# failed response example. code see reference (opens new window)
{
"code":1002,
"message":"merchant white ip forbidden"
}