POST api/Car/PostBackJkos

街口支付 result_url

Request Information

URI Parameters

None.

Body Parameters

PostBackJkosInputModel
NameDescriptionTypeAdditional information
transaction

jkosResultInputModel

None.

Request Formats

application/json, text/json

Sample:
{
  "transaction": {
    "platform_order_id": "sample string 1",
    "status": 2,
    "tradeNo": "sample string 3",
    "trans_time": "sample string 4",
    "currency": "sample string 5",
    "final_price": "sample string 6",
    "redeem_amount": "sample string 7",
    "redeem_detail": {
      "jko_coin_amount": 1.0,
      "official_coupon_amount": 2.0,
      "store_coupon_amount": 3.0
    },
    "debit_amount": "sample string 8",
    "invoice_vehicle": "sample string 9",
    "channel_type": "sample string 10",
    "transaction_seq": "sample string 11"
  }
}

text/html

Sample:
{"transaction":{"platform_order_id":"sample string 1","status":2,"tradeNo":"sample string 3","trans_time":"sample string 4","currency":"sample string 5","final_price":"sample string 6","redeem_amount":"sample string 7","redeem_detail":{"jko_coin_amount":1.0,"official_coupon_amount":2.0,"store_coupon_amount":3.0},"debit_amount":"sample string 8","invoice_vehicle":"sample string 9","channel_type":"sample string 10","transaction_seq":"sample string 11"}}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

街口支付 result_url

PostBackJkosOutputModel
NameDescriptionTypeAdditional information
ticketVerified

驗證是否通過

boolean

None.

returnCode

結果代碼

string

None.

returnMessage

結果訊息

string

None.

Response Formats

application/json, text/json

Sample:
{
  "ticketVerified": true,
  "returnCode": "sample string 2",
  "returnMessage": "sample string 3"
}

text/html

Sample:
{"ticketVerified":true,"returnCode":"sample string 2","returnMessage":"sample string 3"}