查询鲸卡信息
开发中
POST
whaletCardDetailQuery
请求参数
Body 参数application/json
userId
string
用户ID
cardId
string
卡片ID
<= 40 字符
示例
{
"userId": "string",
"cardId": "string"
}
返回响应
🟢200成功
application/json
Body
userId
string
用户ID
cardId
string
卡ID
cardStatus
enum<string>
卡状态
枚举值:
processingopen_card_failusedremove_processingcancelsuspendingun_suspendingsuspend
description
string
卡描述
cardNo
string
卡号
cardLabel
enum<string>
卡组织
枚举值:
MasterCardVISA
cvv2
string
CVV2
cardExpDate
string
有效期
正则匹配:
yyMM
balance
string
卡片余额
cardAddress
object (WhaletCardAddress)
可选
addressLine1
string
详细地址 1
addressLine2
string
详细地址 2
city
string
城市
province
string
州/省/地区
country
string
国家
postalCode
string
邮政编码
示例
{
"userId": "string",
"cardId": "string",
"cardStatus": "processing",
"description": "string",
"cardNo": "string",
"cardLabel": "MasterCard",
"cvv2": "string",
"cardExpDate": "string",
"balance": "string",
"cardAddress": {
"addressLine1": "string",
"addressLine2": "string",
"city": "string",
"province": "string",
"country": "string",
"postalCode": "string"
}
}
修改于 2024-07-10 09:10:31