POST api/Car/CartCreditNccc
聯信(信用卡分期付款) 3D 交易授權結果 变更订单付款状态
Request Information
URI Parameters
None.
Body Parameters
CartCreditNccc_Input| Name | Description | Type | Additional information |
|---|---|---|---|
| Ticket |
身份票據 |
string |
Required |
| userId |
會員帳號 |
string |
None. |
| MerchantID |
特約商店代號 |
string |
None. |
| TerminalID |
端末机代号 |
string |
None. |
| PAN |
交易卡號(部份遮蓋) |
string |
None. |
| TransCode |
交易代碼(00 - 一般交易) |
string |
None. |
| TransDate |
交易日期(YYYYMMDD) |
string |
None. |
| TransTime |
交易時間(HHMMSS) |
string |
None. |
| TransAmt |
交易金額 |
string |
None. |
| ApproveCode |
授權碼 |
string |
None. |
| ResponseCode |
回應碼 |
string |
None. |
| ResponseMsg |
回應訊息 |
string |
None. |
| InstallType |
分期手續費計價方式(E – 外加,I – 內合) |
string |
None. |
| Install |
分期期數 |
string |
None. |
| FirstAmt |
首期金額 |
string |
None. |
| EachAmt |
每期金額 |
string |
None. |
| Fee |
手續費 |
string |
None. |
| RedeemType |
利折抵方式(1 –全額,2 –部份) |
string |
None. |
| RedeemUsed |
紅利折抵點數 |
string |
None. |
| RedeemBalance |
紅利餘額 |
string |
None. |
| CreditAmt |
持卡人自付額 |
string |
None. |
| OrderID |
系統交易序號對應商店指派的「交易訂單編號」 |
string |
None. |
| RiskMark |
是否高風險之卡號 |
string |
None. |
| FOREIGN |
是否國外卡 |
string |
None. |
| SECURE_STATUS |
3D 認證結果 |
string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Ticket": "sample string 1",
"userId": "sample string 2",
"MerchantID": "sample string 3",
"TerminalID": "sample string 4",
"PAN": "sample string 5",
"TransCode": "sample string 6",
"TransDate": "sample string 7",
"TransTime": "sample string 8",
"TransAmt": "sample string 9",
"ApproveCode": "sample string 10",
"ResponseCode": "sample string 11",
"ResponseMsg": "sample string 12",
"InstallType": "sample string 13",
"Install": "sample string 14",
"FirstAmt": "sample string 15",
"EachAmt": "sample string 16",
"Fee": "sample string 17",
"RedeemType": "sample string 18",
"RedeemUsed": "sample string 19",
"RedeemBalance": "sample string 20",
"CreditAmt": "sample string 21",
"OrderID": "sample string 22",
"RiskMark": "sample string 23",
"FOREIGN": "sample string 24",
"SECURE_STATUS": "sample string 25"
}
text/html
Sample:
{"Ticket":"sample string 1","userId":"sample string 2","MerchantID":"sample string 3","TerminalID":"sample string 4","PAN":"sample string 5","TransCode":"sample string 6","TransDate":"sample string 7","TransTime":"sample string 8","TransAmt":"sample string 9","ApproveCode":"sample string 10","ResponseCode":"sample string 11","ResponseMsg":"sample string 12","InstallType":"sample string 13","Install":"sample string 14","FirstAmt":"sample string 15","EachAmt":"sample string 16","Fee":"sample string 17","RedeemType":"sample string 18","RedeemUsed":"sample string 19","RedeemBalance":"sample string 20","CreditAmt":"sample string 21","OrderID":"sample string 22","RiskMark":"sample string 23","FOREIGN":"sample string 24","SECURE_STATUS":"sample string 25"}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
聯信(信用卡分期付款) 3D 交易授權結果 变更订单付款状态
CartCreditNccc_Output| Name | Description | Type | Additional information |
|---|---|---|---|
| ticketVerified |
驗證是否通過 |
boolean |
None. |
| status |
狀態0:系統錯誤 1:取得成功 2 交易失败 |
integer |
None. |
| ErrorShowMsg |
付款錯誤資訊 |
string |
None. |
| OrderNo |
订单编号 |
Collection of string |
None. |
| ShopNo |
购物车编号 |
string |
None. |
Response Formats
application/json, text/json
Sample:
{
"ticketVerified": true,
"status": 2,
"ErrorShowMsg": "sample string 3",
"OrderNo": [
"sample string 1",
"sample string 2"
],
"ShopNo": "sample string 4"
}
text/html
Sample:
{"ticketVerified":true,"status":2,"ErrorShowMsg":"sample string 3","OrderNo":["sample string 1","sample string 2"],"ShopNo":"sample string 4"}