首页 金融理财 银行卡归属地查询
银行卡归属地查询

银行卡归属地查询

  • 1228
  • 1222
通过银行卡号查询银行、归属地信息,并可以鉴定银行卡号的真伪。
198.00/10000次
申请就送100次
https://api.jisuapi.com/bankcard/query
JSON,JSONP
GET POST
https://api.jisuapi.com/bankcard/query?appkey=yourappkey&bankcard=6212261202011584349

请求参数:

API在线测试
参数名称类型必填说明
bankcard string 银行卡号

返回参数:

参数名称类型说明
bankcard string 银行卡号
name string 卡名称
province string
city string
type string 银行卡类型
len string 卡号长度
bank string 银行名称
logo string 银行logo 有80、120、200三种尺寸
tel string 银行电话
website string 银行网站
iscorrect string 卡号校验是否正确 1正确 0错误

请求代码:

查看代码
<?php

require_once 'curl.func.php';

$appkey = 'your_appkey_here';//你的appkey
$bankcard = '6212261202011584349';//银行卡号号
$url = "https://api.jisuapi.com/bankcard/query?appkey=$appkey&bankcard=$bankcard";
$result = curlOpen($url, ['ssl'=>true]);
$jsonarr = json_decode($result, true);
//exit(var_dump($jsonarr));
if($jsonarr['status'] != 0)
{
    echo $jsonarr['msg'];
    exit();
}

$result = $jsonarr['result'];
echo $result['bankcard'].' '.$result['name'].' '.' '.$result['type'].' '.'
'; echo $result['province'].' '.$result['city'].'
'; echo $result['bank'].' '.$result['logo'].' '.$result['tel'].'
'; echo $result['website'].' '.$result['len'].' '.$result['iscorrect'].'
';

JSON返回示例 :

{
    "status": 0,
    "msg": "ok",
    "result": {
        "bankcard": "6212261202011594349",
        "name": "牡丹卡普卡",
        "province": "浙江",
        "city": "杭州",
        "type": "借记卡",
        "len": "19",
        "bank": "中国工商银行",
        "logo": "http://www.jisuapi.com/api/bankcard/upload/80/2.png",
        "tel": "95588",
        "website": "http://www.icbc.com.cn",
        "iscorrect": "0"
    }
}
                    

API错误码:

代号说明
201 银行卡号为空
202 银行卡号不正确
210 没有信息

系统错误码:

代号说明
101 APPKEY为空或不存在
102 APPKEY已过期
103 APPKEY无请求此数据权限
104 请求超过次数限制
105 IP被禁止
106 IP请求超过限制
107 接口维护中
108 接口已停用
计次套餐套餐规格价格
免费套餐 100次 0.00 元  ≈0元/次
Level1 10000次 198.00 元  ≈0.0198元/次
Level2 20000次 370.00 元  ≈0.0185元/次
Level3 50000次 850.00 元  ≈0.017元/次
Level4 100000次 1500.00 元  ≈0.015元/次
* 包月套餐和计次套餐不可同时购买,不可叠加使用。
包月套餐套餐规格价格
Level1
特惠
1000次/天 57.50元 ≈0.00192元/次
Level2 3000次/天 305.00元 ≈0.00339元/次
Level3 6000次/天 572.50元 ≈0.00318元/次
Level4 10000次/天 880.00元 ≈0.00293元/次
* 套餐使用时限为订购之日起30日。

活动推荐ACTIVITY 更多

  • orc活动

其它推荐RECOMMENDED DATA 更多