Request
Add parameter in query app-key
Example:app-key: ********************
Body Params application/json
{
"outTradeNo": "string",
"tradeUrl": "string",
"productId": 0,
"buyPrice": 0
}
Request Code Samples
curl --location --request POST 'http://openapi.c5game.com//merchant/trade/v2/normal-buy?app-key' \
--header 'Content-Type: application/json' \
--data-raw '{
"outTradeNo": "string",
"tradeUrl": "string",
"productId": 0,
"buyPrice": 0
}'
Responses
application/json {
"success": false,
"data": {
"actualPay": 0.0,
"delivery": 0,
"orderAssetId": 0,
"orderId": 0,
"payStatus": 0,
"orderStatus": 0,
"requestId": 0,
"offerId": ""
},
"errorCode": 0,
"errorMsg": "",
"errorData": {},
"errorCodeStr": ""
}
Modified at 2023-11-14 12:17:02