Request
Body Params application/json
{
"appid": "wxd678efh567hg6787",
"key": "9655a2b96706f94ccf3dd0ad00727839",
"mch_id": "1230000109",
"partnerCode": "P000818",
"payId": "20190321192436",
"sign": "b2a9e697bdff66049803d62ffeffccaf",
"tradeTime": "20181031256548",
"tradeType": "resultConfirm",
"version": "3.0"
}
Request Code Samples
curl --location --request POST '/resultConfirm' \
--header 'Content-Type: application/json' \
--data-raw '{
"appid": "wxd678efh567hg6787",
"key": "9655a2b96706f94ccf3dd0ad00727839",
"mch_id": "1230000109",
"partnerCode": "P000818",
"payId": "20190321192436",
"sign": "b2a9e697bdff66049803d62ffeffccaf",
"tradeTime": "20181031256548",
"tradeType": "resultConfirm",
"version": "3.0"
}'
Responses
application/json {
"orderPeriod": "201585645656544",
"packageType": "2",
"partnerCode": "P000818",
"payAmount": "$19.99",
"payId": "20190321192436",
"payResultDate": "2020-09-17 18:11:10",
"payRst": "success",
"servicePlanShowName": "201585645656544"
}
Modified at 2022-10-04 23:23:51