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

示例
{
    "transactionStatus": "processing",
    "transactionType": "balance_deposit",
    "userId": "string",
    "cardId": "string",
    "transactionId": "string",
    "transactionStartTime": "string",
    "transactionEndTime": "string",
    "pageNum": 1,
    "pageSize": 1
}

返回响应

🟢200成功
application/json
Body

示例
{
    "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