数据类型:Card
字段 | 类型 | 含义 | 建议 | 备注 |
---|---|---|---|---|
card_bin | String | 卡 bin | 必须 | |
last_four_digits | String | 卡最后四位 | 必须 | |
card_number_length | Integer | 卡号长度 | 必须 | |
card_token_id | String | 卡 Token ID | 强烈建议 | |
holder_name | Name | 持卡人名称 | 强烈建议 | |
debit_or_credit | String | 卡类型 | 强烈建议 | 枚举值: debit:储蓄卡 / 借记卡 credit:信用卡 |
issuer_region | String | 发卡国家或地区 | 强烈建议 | 两位国家码,符合 ISO 3166 标准 |
expiration_date | String | 过期时间 | 建议 | 格式:YYYY-MM ,例如 1998-01 |
{
"card_bin": "622207",
"last_four_digits": "1234",
"card_number_length": 16,
"card_token_id": "NFctuV7400",
"holder_name": {
"first_name": "三",
"middle_name": "",
"last_name": "张",
"nickname": "HZhang"
},
"debit_or_credit": "credit",
"issuer_region": "CN",
"expiration_date": "1998-01"
}