POST api/Bank/TradeResult
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| Req | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"ApiVer": "sample string 1",
"ApposId": "sample string 2",
"TransNo": "sample string 3",
"RequestParams": {
"MemberId": "sample string 1",
"ServiceTradeNo": "sample string 2",
"ServiceTradeDate": "sample string 3",
"ServiceTradeTime": "sample string 4",
"StoreId": "sample string 5",
"StoreName": "sample string 6",
"MerchantTradeNo": "sample string 7",
"MerchantTradeDate": "sample string 8",
"MerchantTradeTime": "sample string 9",
"TradeAmount": "sample string 10",
"PayAmount": "sample string 11",
"TradeType": "sample string 12",
"RetCode": "sample string 13",
"RetMsg": "sample string 14",
"BankNo": "sample string 15",
"CardNumber": "sample string 16",
"CardName": "sample string 17",
"CardToken": "sample string 18",
"CardHash": "sample string 19",
"CoBranded": "sample string 20",
"CoBrandCardEventCode": "sample string 21",
"CoBrandCardStartDate": "sample string 22",
"CoBrandCardEndDate": "sample string 23",
"AuthIdResp": "sample string 24",
"Barcode": "sample string 25",
"Barcode2": "sample string 26",
"Barcode3": "sample string 27",
"PaymentType": "sample string 28",
"RedeemPt": "sample string 29",
"RedeemAmt": "sample string 30",
"PostRedeemPt": "sample string 31"
},
"TimeStamp": "sample string 4",
"Random": "sample string 5",
"CheckSum": "sample string 6"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Response body formats
application/json, text/json
Sample:
{
"MerchantTradeNo": "sample string 1",
"IsSuccess": true,
"TimeStamp": "sample string 3",
"Random": "sample string 4",
"CheckSum": "sample string 5"
}