申请银行卡
POST
invite_code/addCard
接口描述
验证并申请银行卡,主要参数说明http://testapi.tokenhouse.com/contis/swagger/index.html#/Card/post_Card_AddCard,可用参数例子见说明/示例
请求头
参数名
类型
描述
必填
Content-Type
application/json
必填
nonce
必填
timestamp
必填
signature
必填
access-key
必填
请求参数
参数名
类型
描述
必填
CardType
string
银行卡类型 0-普通卡 1-高级卡 2-创始卡
必填
InviteCode
string
邀请码(只有高级卡和创始卡需要邀请码)
必填
BuildingName
string
消费者BuildingName的建筑物名称
必填
BuildingNo
string
消费者地址的建筑物号
必填
CardDesignCode
string
卡片设计编号
必填
CardDisplayName
string
Get or Set card display name which is display on card
必填
DOB
string
Format of date is 'yyyy-MM-dd',如2021-06-23
必填
EmailAddress
string
必填
FirstName
string
必填
Gender
string
The gender of the consumer. Options ‘M’ for Male, ‘F’ for Female and ‘U’ for Unknown
必填
ISOCountryCode
string
地区代码,用字符串包裹的数字,如“826”
必填
LastName
string
必填
MobileNumber
string
必填
MobileNumberISOCountryCode
string
手机号码地区编号
必填
Nationality
string
Nationality of the consumer. Allowed characters for the field are alphabets, hyphen (‐) and space.
必填
Postcode
string
一系列字母或数字或两者均指示位置。例如英国的邮政编码-AB10 1UT,ZE2 9LX,FK1 1BF,LE1 3HS。对于意大利-86010、60010、61122、30039
必填
Street
string
消费者地址的主要街道名称。
必填
Title
int
1 = Mr, 2 = Mrs, 3 = Miss, 4 = Ms, 5 = Dr, 6 = Prof, 8 = Sir, 9 = Other, 10 = Master
必填
Town
string
消费者地址的城镇名称。
必填