# 1.2 QrCode 详情查询
# 简要描述
- QrCode 详情查询
# 请求URL
/api/v2/qrcode/detail
# 请求方式
- GET
# 请求参数
| 参数名 | 必选 | 类型 | 说明 |
|---|---|---|---|
| appId | 是 | string | 应用APPID |
| mchOrderId | 否 | string | 商户订单ID |
| subOrderId | 否 | string | 子订单编号 |
| sign | 是 | string | 签名 |
# 返回示例
{
"code":1000,
"message":"success",
"data":{
"mchOrderId": "E34302809202827219113",
"qrcodeId": "QR1007656756764275140",
"qrcodeContent": "00020101021228770011ph.ppmi.p2m0111OPDVPHM1XXX031632948137239463980416329481372394639805030015204601653036085406500.005802PH5921Paycools John Cyril B6015City Of Mandalu62310010ph.allbank05062110000803***88310012ph.ppmi.qrph0111OPDVPHM1XXX6304E56C",
"channelCode": "QRPH_HYBRID_QR",
"callbackUrl": "https://www.paycools.com.ph",
"createTime": "2022-07-02 18:12:46",
"updateTime": "2022-07-02 18:14:05",
"remark": "test static qrcode",
"status": "ACTIVE",
"qrLink": "https://a.api-dev.paycools.com/1L9zOb5",
"amount": 10000, // 单位: 分
"fee": 2000, // 单位: 分
"totalAmount": 12000, // 单位: 分
"businessType": 1,
"warning": "",
"items": [
{
"subOrderId": "123456e",
"amount": 50000,
"totalAmount": 50757,
"fee": 757,
"channelCode": "QRPH_HYBRID_QR",
"customerName": "Customer Name",
"customerMobile": "09123456789",
"email": "pay@paycools.com",
"regionNo": "001",
"branchNo": "F604602",
"courierNo": "F6046024088",
"courierName": "Courier Name",
"courierMobile": "09123456789"
},
{
"subOrderId": "1234567f",
"amount": 80000,
"totalAmount": 81243,
"fee": 1243,
"channelCode": "QRPH_HYBRID_QR",
"customerName": "Customer Name2",
"customerMobile": "091234567896",
"email": "pay@paycools.com",
"regionNo": "0012",
"branchNo": "F6046022",
"courierNo": "F60460240882",
"courierName": "Courier Name2",
"courierMobile": "091234567892"
}
]
}
}
# 返回失败案例 响应code列表 (opens new window)
{
"code":1002,
"message":"merchant white ip forbidden",
}