订单确认预定
说明:未支付订单预定确认
请求方式:POST(HTTPS
请求地址:https://btbapi.sctt.net/v1/order_confirmation
请求包体:
{
"trade_number":"",
    "merchant_id":255456,
    "request_time":"",
    "order_code":255456,
    "sign":"",
    "subjoin":{
        "processing":"",
        "itemid":"",
        "number":"",
        "cancel_id":"",
        "cancel_number":""
    }
}
参数说明:
参数 必须 类型 说明
merchant_id bigint 商户编号
request_time string 用户请求的当前时间,格式:“yyyy-MM-dd HH:mm:ss”
sign string 签名
trade_number string 商户订单编号
order_code bigint sctt订单编号
subjoin object 附加信息
- processing string 预定使用
- itemid string 预定使用
- number string 预定使用
- cancel_id string 取消使用
- cancel_number string 取消使用
返回结果:
{
    "code": 0,
    "msg": "ok",
    "data": {
      "trade_number":"",
      "order_code": 123456,
      "total_price": 120,
      "order_label": "string",
      "order_currency":"A$",
      "order_status":1,
      "certificate_mode": 0,
      "travel_itinerary_url":"http://",
      "vouchers":[
      {
           "confirmation_url":"https://",
         "confirm_remarks":"",
          "voucherlist":[{
             "voucher_type":1,//
               "voucher_url":"https://",//1,5,无须凭证的确认单
              "voucher_confirmation":"1213",//2,3,4
              "voucher_verification":"31",//2,3,4
         }]
      }],
      "surplus_quota":25.58,
      "cancel_type":1
    }
}

参数说明:
参数 类型 说明
code int 处理结果返回码
msg string 处理结果信息
data object 返回对象
- trade_number string 商户订单编号
- order_code bigint 订单编号
- total_price float 总金额
- order_currency string 币种三字码
- order_status int 订单预定状态(1-预定等待 ,2-预定成功,3-预定失败,4-预定取消
- certificate_mode int 凭证方式(1立刻获取、2异步获取
- travel_itinerary_url string 行程单地址
- surplus_quota float 剩余可用额度
- cancel_type int 取消类型(1-不可取消 2-人工取消退款 3-按规则取消退款 4-不可退改 5-预约前免费取消,预约后不可取消
- cancels list 取消规则
- - canr_type string 类型(1,2,3,4,5
- - canr_startday string 开始天/天前
- - canr_endday string 结束天
- - canr_percent string
- - canr_text string 文本说明(多语言
- vouchers list 凭证
- - confirmation_url string 确认单地址
- - confirm_remarks string 确认备注(文件,文本等
- - voucherlist list 凭证列表
- - - voucher_type int 凭证类型(1PDF,2条形码,3二维码,4确认编号,5URL
- - - voucher_url string 文件地址
- - - voucher_confirmation string 确认编号
- - - voucher_verification string 验证编号
状态码说明:
状态码 说明
0 验证成功
4001 报文错误
4002 签名错误
4003 账号停用(商户账号,商户主账号
7004 订单不存在
7005 支付有效时间已过
7006 当前订单状态不符合确认预定(订单已预定
7007 确认预定失败