说明
银行卡信息查询
请求地址
| 环境 | 请求地址 |
|---|---|
| 测试环境 | https://m.umxnt.com/api/merchant/bankcard |
| 正式环境 |
请求参数
| 参数 | 类型 | 是否必填 | 最大长度 | 描述 |
|---|---|---|---|---|
| token | string | 是 | 令牌 | |
| bankcard | string | 是 | 银行卡号关键字 |
返回值示例 成功请求示例:
{ "error_code": 0, "reason": "Succes", "result": { "bankname": "邮储银行", "banknum": "1000000", "cardprefixnum": "622188", "cardname": "绿卡银联标准卡", "cardtype": "银联借记卡", "cardprefixlength": "6", "cardlength": "19", "isLuhn": true, "iscreditcard": 1, "bankurl": "http://www.psbc.com/", "enbankname": "Postal Savings Bank of China", "abbreviation": "PSBC", "bankimage": "http://auth.apis.la/bank/7_PSBC.png", "servicephone": "95580", "province": "江苏省", "city": "扬州" }, "ordersign": "20170920195258798597521005" }失败请求示例
{ "error_code": 50103, "reason": "请输入合法的银行卡号码", "ordersign": "20170920194708798599565353" }