鲸卡钱包交易通知
开发中
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