1.7 QRCODE Update
request URL
request method
request params
parameter name | Is it mandatory | type of data | length | example | description |
appId | mandatory | string | - | - | application APPID |
mchOrderId | mandatory | string | 1-32 | CCP20220428011068111 | Merchant order id ((unique for customer or bill) format: letter + num, 1-32 characters |
customerName | mandatory | string | 1-100 | - | customer name, format:"firstName middleName lastName" (middle name optional) |
callbackUrl | optional | string | - | If the callback address exists, the callback address is used. If the callback address does not exist, the callback address is used | |
email | optional | string | 1-50 | - | customer email |
remark | optional | string | - | - | Qrcode Remark |
sign | mandatory | string | - | 45eebd745dcf0b5f6d6f9fcde28cd9fe8116a892 | 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 (unique for customer) |
- qrcodeId | String | QR1007656756764275140 | Qr code ID |
- qrcodeContent | String | - | Qrcode Content (If you need to customize the repayment guidance page, you can generate the QR code by this content) |
- channelCode | String | QRPH_STATIC_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 |
- remark | String | - | remark |
- status | String | ACTIVE | QrCode status |
- qrLink | String | - | QrCode repayment guidance link |
successful response example
failed response example. code see reference