Untitled Dropdown
cURL
curl --request POST \ --url http://localhost/wallet/api/card/balance/transfer
{ "code": 123, "msg": "<string>", "data": { "agencyCode": "<string>", "amount": 123, "appId": "<string>", "channelCardTransactionId": "<string>", "currency": "<string>", "entryType": "<string>", "fromAppUserEmail": "<string>", "fromAppUserId": "<string>", "fromCardNumber": "<string>", "fromEmbossedName": "<string>", "intent": "<string>", "postedAt": "2023-11-07T05:31:56Z", "status": "CREATED", "toAppUserEmail": "<string>", "toAppUserId": "<string>", "toCardNumber": "<string>", "toEmbossedName": "<string>" } }
代理商码
转账金额(不小于2)
App标识
转账方App用户email
转账方App用户ID
转账方卡号
签名
当前毫秒时间戳(不超过1分钟)
接收方App用户email
接收方卡号
OK
Show child attributes