1.2 Get QRCODE Detail
request URL
request method
request params
| parameter name | Is it mandatory | type of data | description |
| appId | mandatory | string | application APPID |
| mchOrderId | mandatory | string | Merchant's mchOrderId |
| sign | mandatory | string | sign |
response params
| parameter name | type of data | example | description |
| code | int | 1000 | Status code see reference |
| message | String | success | The message of status code |
| data | Object | - | Response Data |
| - mchOrderId | String | E34302809202827219113 | Merchant order id |
| - qrcodeId | String | QR1007656756764275140 | QrCode ID |
| - qrcodeContent | String | - | QrCode Content |
| - channelCode | String | QRPH_DYNAMIC_QR | Collection Channel Code |
| - callbackUrl | String | - | The callback url |
| - createTime | String | 2022-07-02 18:12:46 | QrCode create time |
| - updateTime | String | 2022-07-02 18:14:05 | QrCode update time |
| - expiresTime | String | 2022-07-02 19:14:05 | QrCode expire time |
| - remark | String | - | remark |
| - status | String | ACTIVE,INACTIVE,CANCEL | QrCode status |
| - qrLink | String | - | QrCode repayment guidance link |
| - fee | int | - | fee |
successful response example
failed response example. code see reference