类说明
快捷收款
请求地址
| 环境 | 请求地址 |
|---|---|
| 测试环境 | https://m.umxnt.com/api/merchant/FastPay |
| 正式环境 |
请求参数
| 参数 | 类型 | 是否必填 | 最大长度 | 描述 |
|---|---|---|---|---|
| token | string | 是 | 令牌 | |
| type | string | 否 | 默认-jx | |
| total_amount | string | 是 | 付款金额 必须大于100 | |
| name | string | 是 | 姓名 | |
| card_no | string | 是 | 身份证号码 | |
| bank_no | string | 是 | 银行卡号 |
返回值示例 成功请求示例:
{ "status": 1, "data": { "merchant": { "code_url": "https://qr.alipay.com/bax03209r1g8n5kxonwi00a7", "store_name": "有梦想科技", "out_trade_no": "20329432043042304234" } } }失败请求示例
{ "msg":"无效参数", "status":0 }