测试环境商家账户是用来进行支付业务体验的账号,交易中产生的一切信息均为生产环境数据,由于体验业务特点,不会产生清算资金划拔,所以使用测试商家账号时请务必使用小额支付(建议:小于0.1元)。
{
"reqHeader": {
"transTime": "string",
"transCode": "string",
"transSequence": "string",
"reqId": "string",
"certificateId": "string",
"easyPayCertificateId": "string"
},
"signType": "string",
"reqSign": "string",
"reqBody": {
"sequenceNo": "string",
"sceneCode": "string",
"sceneParams": "string",
"smid": "string",
"pid": "string",
"shopId": "string",
"shopName": "string",
"termMerCode": "stringstringstr",
"termTermCode": "stringst"
}
}
curl --location --request POST 'https://phoenix.eycard.cn/sklOrder/iotDevice/device/manage' \
--header 'Content-Type: application/json' \
--data-raw '{
"reqHeader": {
"transTime": "string",
"transCode": "string",
"transSequence": "string",
"reqId": "string",
"certificateId": "string",
"easyPayCertificateId": "string"
},
"signType": "string",
"reqSign": "string",
"reqBody": {
"sequenceNo": "string",
"sceneCode": "string",
"sceneParams": "string",
"smid": "string",
"pid": "string",
"shopId": "string",
"shopName": "string",
"termMerCode": "stringstringstr",
"termTermCode": "stringst"
}
}'
{
"rspHeader": {
"rspCode": "",
"rspInfo": "",
"transCode": "",
"transSequence": "",
"easyPayCertificateId": ""
},
"rspBody": {
"sequenceNo": "",
"supplierId": "",
"sceneCode": "",
"sceneParams": "",
"shopId": "",
"shopName": "",
"recordsType": "",
"recordsValue": "",
"termMerCode": "",
"termTermCode": "",
"terminalBindInfo": "",
"merCode": "",
"termCode": "",
"termName": "",
"state": "",
"type": "",
"channelCode": ""
},
"rspSign": "",
"signType": "",
"time": ""
}