引數名必填
描述預設值
content-type
true
引數名型別是否陣列必填描述預設值
cardno
string否是
銀行卡號
idnumber
string否是
身份證號
username
string
否 是
姓名引數名型別是否陣列必填描述
success
boolean否否
請求是否成功
code
int否
否返回碼,參考返回類別
message
string否否
返回資訊
返回碼返回資訊中文描述
400100
success
認證成功
400420
parameter illegal
請求引數不合法
400422
uid request exception
請求處理時發生異常
400423
uid request timeout
請求處理時等待超時
400431
user identity not match
身份證資訊不匹配
400441
bankcard auth failed
銀行卡資訊認證失敗
400442
bankcard auth error
銀行卡資訊認證請求異常
400443
bankcard auth timeout
銀行卡資訊認證請求超時
<?php
header('content-type:text/html;charset=utf-8');
$apicode = "*********************";
$url = "";
$method = "post";
$params = array(
"idnumber" => "",
"username" => "", );
$header = array();
$header = "apicode:".$apicode;
$content = linkcurl($url,$method,$params,$header);
$result = json_decode($content,true);
if($result)else
}else
/*** 請求介面返回內容
* @param string $url [請求的url位址]
* @param string $params [請求的引數]
* @param int $ipost [是否採用post形式]
}?>
部落格**無法摺疊,篇幅過長,想看其他語言的點這裡-「示例說明」
呼叫方錯誤:
錯誤碼說明錯誤資訊
300001
請求header中沒有設定apikey
missing apikey
300002
api不存在或url無法解析
url cannot be resolved
300003
apikey不存在,請輸入正確的apikey
apicode does not exist
300004
服務剩餘次數不足,請再次購買
service overdue, please pay in time
300005
未設定ip白名單
not int white ip list
300006
ip白名單中不包含您的ip
ip white list does not contain your ip
300007
系統繁忙稍候再試
sorry,the system is busy. please try again late
300008
訪問次數超載
request was denied due to api flow
control
300009
未找到節流資訊
not int apiservice paramer
300010
header引數中缺少需簽名的引數值
request header do not contain
param:
300011
缺少需驗證的引數列表
no sign headers found!
300012
簽名資訊不匹配
signature information mismatch
300013
300014
300015
api已過期,請另行購買
your api has been expired!
300017
要求必填引數為不能為空
requied parameter can not be null!
300018
api沒有授權
authorization of this api
銀行卡三要素實名認證
支付寶銀行卡識別介面
通過支付寶api解析銀行卡號發卡行和銀行卡類別 獲取銀行logo 126px 36px 輸入待校驗的銀行卡號 cardbincheck true 請求引數字段 說明 input charset字符集 cardno銀行卡號 cardbindcheck是否校驗支付寶已綁此卡 響應引數 必須使用支付寶內建...
銀行卡資訊驗證API介面呼叫接入流程
銀行卡資訊驗證介面廣泛的用於擔保 法律 航空 物流 婚戀 旅遊 租賃等行業,通過介面能夠快速的對個人銀行卡相關資訊的真偽進行核驗,推進完善可靠的網際網路信用基礎的建立。下面,來具體的了解下銀行卡資訊驗證api介面包含的產品類別及接入流程。一 銀行卡資訊驗證api介面產品型別 1.銀行卡二要素驗證 核...
微信開發系列 企業付款到銀行卡介面開發
二 應用環境tp5 mysql centos 三 編寫 3.1 model層,wechat.php use think cache class wechat extends model 企業付款到銀行卡介面 params string out trade no 商戶訂單號 params int am...