支付
更新时间:2022-03-21 11:31
描述

支付次卡购买订单

URL

{你的ERP域名}/api_v2/once_cards/pay

HTTP请求方式

post

是否需要登录

true

请求参数
字段 必选 类型及范围 说明
appid true string(16) 应用ID(appId)
sign true string(32) 签名参数
order_code true string 次卡购买订单号
pay_method true int 支付方式 2微信 3支付宝 5会员卡余额
code false string 小程序code 线上小程序微信支付必传
pwd false string 支付密码 线上支付不免密时必传
返回字段说明
字段 类型及范围 说明
status string 状态 y=成功 n=失败 pwd=需要密码
info html 提示信息
data array 返回的数据
data[order_code] string 订单号
data[pay_info] array 支付信息
TIPS

支付次卡购买订单