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
whaletCardAccountTransactionNotify

请求参数

Body 参数application/json
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 
待结算金额
可选
示例
{
    "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"
}

返回响应

🟢200成功
application/json
Body
object {0}
示例
{}
修改于 2024-07-02 00:58:15
上一页
鲸卡钱包充值
下一页
钱包交易查询
Built with