查询卡信息
查询已存储的卡信息。
HTTP请求
GET
/v1/payments/vault/card/{{cardId}}
Key |
Value |
Authorization |
"bearer" + " " + {{access_token}} |
x-api-key |
{{api_key}} |
PATH and Query 字段说明
Parameter |
Type |
Description |
cardId |
String |
卡ID |
Response Body 字段说明
Parameter |
Type |
Description |
cardId |
String |
卡ID |
card |
JSON |
卡详细信息 |
subMerchantId |
String |
子商户ID。 |
Card (响应)对象字段说明
参数 |
类型 |
描述 |
cardHolderName |
String |
持卡人姓名 |
bin |
String |
卡号前6位数字 |
last4 |
String |
卡号后4位数字 |
brand |
String |
信用卡组织. 如 VISA, MASTERCARD |
expirationMonth |
Integer |
1位数或者2位数的信用卡有效期月份。 |
expirationYear |
Integer |
信用卡有效期年份,4位数。 |