创建订单二维码

业务功能

初始化扫码请求,通过该请求生成二维码来进行扫码支付,支付失败或退款后可再次扫码支付。

交互模式

请求:后台请求交互模式

返回结果+通知:后台请求交互模式+后台通知交互模式

接口名称:/open/orderPay/createOrder

请求参数:

字段 类型 必填项 描述
sn text 设备号、虚拟设备号
orderId text 商户订单号
orderTitle text 订单标题
orderAmount int 订单金额(单位:分)
remark text 备注
notifyUrl text 支付结果后台通知地址

响应:

qrCode text 订单二维码内容