{
"signature": "string",
"data": {
"merchantId": "string",
"merchantOrderId": "string",
"orderId": "string",
"tradeType": 0,
"orderStatus": 0,
"coinId": "string",
"amount": "string",
"address": "string",
"paidAmount": "string",
"refundAmount": "string",
"payStatus": 0,
"createTime": 0,
"closedTime": 0,
"refundTime": 0,
"notifyUrl": "string",
"redirectUrl": "string"
}
}curl --location --request POST 'https://api.pelagotech.comxxxx' \
--header 'X-App-Key: {{merchant-app-key}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"signature": "string",
"data": {
"merchantId": "string",
"merchantOrderId": "string",
"orderId": "string",
"tradeType": 0,
"orderStatus": 0,
"coinId": "string",
"amount": "string",
"address": "string",
"paidAmount": "string",
"refundAmount": "string",
"payStatus": 0,
"createTime": 0,
"closedTime": 0,
"refundTime": 0,
"notifyUrl": "string",
"redirectUrl": "string"
}
}'{
"code": 0,
"data": {
"orderId": 0,
"cashierUrl": "string",
"order": {
"orderId": 0,
"tradeType": 0,
"orderStatus": 0,
"coinId": "string",
"amount": 0,
"address": "string",
"txHashList": "string",
"txHash": [
"string"
],
"paidAmount": 0,
"refundAmount": 0,
"payStatus": 0,
"expireTime": "2019-08-24T14:15:22.123Z",
"createTime": "2019-08-24T14:15:22.123Z",
"closedTime": "2019-08-24T14:15:22.123Z",
"refundTime": "2019-08-24T14:15:22.123Z",
"merchantId": 0,
"merchantOrderId": "string",
"merchantAppId": 0,
"merchantAppName": "string",
"notifyUrl": "string",
"redirectUrl": "string"
}
},
"msg": "string"
}