<<返回文档首页
method: rest.payment 商户请求首付游生成支付信息。
app接入请尽量将webview上面native bar的底背景置成白色
注意:首付游任何业务场景下,金额的单位均为分。
参数 |
参数名称 |
类型 |
必填 |
描述 |
范例 |
merchant_order_id |
商户订单号 |
String |
是 |
用户在商家的订单侧重旅游业务,称之为业务订单 |
10010101 |
trade_number |
首付游订单号 |
String |
是 |
用户在商家的订单侧重旅游业务,称之为业务订单 |
201803091545072690 |
discount_id |
优惠券ID |
Int |
否 |
创单后,返回的可用券列表。 |
256 依赖于rest.create总coupon.items |
discount_type |
折扣类型 |
String |
否 |
折扣类型 |
依赖于选中券的discount_type字段,如:order |
periods |
分期数 |
Int |
是 |
用户下单所选分期数 |
1、3、6、12 |
ip |
用户ip |
String |
必填 |
客户端IP |
'127.0.0.1' |
参数 |
参数名称 |
类型 |
描述 |
code |
状态码 |
Int |
接口状态 |
message |
消息 |
String |
接口返回消息 |
trade_number |
交易号 |
String |
首付游交易号 |
trade_status |
交易状态 |
Strint |
交易状 (CANCELED,PAY_REJECTED,PAY_SUCCESS,LOAN_FAILED,LOAN_SUCCESS,PAY_FAILED,WAIT_PAY) |
merchant_order_id |
商户订单id |
String |
商户订单号 |
order_number |
订单金额 |
String |
订单金额 |
total_fee |
总服务费 |
String |
订单总服务费 |
discount_amount |
订单优惠金额 |
String |
订单各种优惠券、活动之后所减金额 |
{
"code":"10000",
"message":"success",
"trade_number":"201604281451098465",
"trade_status":"PAY_SUCCESS",
"merchant_order_id":"201604181725081345",
"order_amount":"180000"
}