whalet-vcc
首页
开放API
  • 收款
  • 鲸卡
  • 收单
首页
开放API
  • 收款
  • 鲸卡
  • 收单
  1. 鲸卡钱包
  • 首页
  • 鲸卡钱包
    • 开通鲸卡钱包
      POST
    • 鲸卡钱包查询
      POST
    • 鲸卡钱包充值
      POST
    • 鲸卡钱包交易通知
      POST
    • 钱包交易查询
      POST
  • 鲸卡管理
    • 可用卡bin查询
      POST
    • 创建鲸卡
      POST
    • 创建鲸卡通知
      POST
    • 查询鲸卡信息
      POST
    • 注销鲸卡
      POST
    • 注销鲸卡通知
      POST
    • 锁定鲸卡
      POST
    • 锁定鲸卡通知
      POST
    • 解锁鲸卡
      POST
    • 解锁鲸卡通知
      POST
    • 鲸卡充值
      POST
    • 鲸卡提现
      POST
    • 鲸卡交易通知
      POST
    • 鲸卡交易查询
      POST
  1. 鲸卡钱包

钱包交易查询

开发中
POST
whaletCardAccountTransactionsQuery

请求参数

Body 参数application/json
userId
string 
用户ID
必需
cardId
string 
卡片ID
可选
transactionId
string 
交易ID
可选
transactionType
enum<string> 
交易类型
可选
枚举值:
balance_depositva_depositoffline_depositqr_code_depositannual_feeopen_cardcard_depositcard_withdrawpayremove_refundclose_pay
transactionStatus
enum<string> 
交易类型
可选
枚举值:
processingsuccessfail
transactionStartTime
string 
起始时间
可选
正则匹配:
yyyy-MM-dd HH:mm:ss
transactionEndTime
string 
截止时间
可选
正则匹配:
yyyy-MM-dd HH:mm:ss
pageNum
integer 
页码
可选
>= 1
pageSize
integer 
每页数量
可选
>= 1<= 100
示例
{
    "userId": "string",
    "cardId": "string",
    "transactionId": "string",
    "transactionType": "balance_deposit",
    "transactionStatus": "processing",
    "transactionStartTime": "string",
    "transactionEndTime": "string",
    "pageNum": 1,
    "pageSize": 1
}

返回响应

🟢200成功
application/json
Body
total
integer 
总记录数
必需
size
integer 
每页记录数
必需
current
integer 
当前页码
必需
pages
integer 
总页数
必需
records
array[object (WhaletCardAccountTransactionInfo) {14}] 
必需
userId
string 
用户ID
必需
accountId
string 
账户ID
必需
cardId
string 
卡片ID
可选
transactionId
string 
交易ID
必需
transactionCurrency
string 
交易币种
必需
国际标准货币三位代码
>= 3 字符<= 3 字符
transactionAmount
string 
交易金额
必需
transactionType
enum<string> 
交易类型
必需
枚举值:
balance_depositva_depositoffline_depositqr_code_depositannual_feeopen_cardcard_depositcard_withdrawpayremove_refundclose_pay
transactionStatus
enum<string> 
交易状态
必需
枚举值:
processingsuccessfail
transactionDate
string 
交易时间
必需
正则匹配:
yyyy-MM-dd HH:mm:ss
fee
string 
手续费金额
必需
feeCurrency
string 
手续费币种
必需
国际标准货币三位代码
>= 3 字符<= 3 字符
description
string 
描述
可选
relationBizNo
string 
关联交易流水号
可选
waitAmount
string 
待结算金额
可选
示例
{
    "total": 0,
    "size": 0,
    "current": 0,
    "pages": 0,
    "records": [
        {
            "userId": "string",
            "accountId": "string",
            "cardId": "string",
            "transactionId": "string",
            "transactionCurrency": "str",
            "transactionAmount": "string",
            "transactionType": "balance_deposit",
            "transactionStatus": "processing",
            "transactionDate": "string",
            "fee": "string",
            "feeCurrency": "str",
            "description": "string",
            "relationBizNo": "string",
            "waitAmount": "string"
        }
    ]
}
修改于 2024-07-09 09:42:18
上一页
鲸卡钱包交易通知
下一页
可用卡bin查询
Built with