cURL
curl --request POST \ --url https://sandbox-pay.epay123.net/api/channelbiz/cbcoinpay/settleRequestGet \ --header 'Content-Type: application/json' \ --data ' { "version": "1.0.1", "signType": "MD5", "sign": "xxxxxx", "reqTime": "1622016572190", "mchNo": "M1234567890", "appId": "88808634c46ff1a7807888888", "requestId": "BIZ1234567890" } '
{ "code": 200, "msg": "成功", "data": { "serverRequestId": "1234567890", "requestId": "BIZ1234567890", "tokenId": "TRON_USDT", "currency": "USD", "amount": 1000, "status": 0, "address": "TX1234567890", "notifyUrl": "https://xxx/notify" }, "sign": "<string>" }
查询结算订单的处理状态和详细信息。
结算记录查询请求参数
版本号
"1.0.1"
签名类型,目前只支持MD5方式
"MD5"
签名值,详见签名算法
"xxxxxx"
时间戳,13位时间戳
"1622016572190"
商户号
"M1234567890"
商户应用ID
"88808634c46ff1a7807888888"
请求ID
"BIZ1234567890"
成功返回结果
业务响应码
200
业务响应信息
"成功"
数据对象
Show child attributes
签名值