Skip to main content
POST
/
api
/
v2.1
/
fincard
/
virtual
/
account
/
walletDeposit
Wallet Deposit (Deprecated)
curl --request POST \
  --url https://sandbox.finhub.cloud/api/v2.1/fincard/virtual/account/walletDeposit \
  --header 'Content-Type: application/json' \
  --header 'X-Forwarded-From: <x-forwarded-from>' \
  --data '
{
  "accountId": "<string>",
  "amount": 123,
  "currency": "<string>",
  "paymentMethod": "<string>"
}
'
{
  "success": true,
  "code": 123,
  "msg": "<string>",
  "data": {
    "orderId": "<string>",
    "accountId": "<string>",
    "amount": 123,
    "currency": "<string>",
    "status": "<string>",
    "createTime": 123
  }
}

Headers

User-Agent
string

User agent

X-Forwarded-For
string

Forwarded for

X-Forwarded-From
string
required

Client application identifier

Example:

"client-app"

X-Tenant-ID
string

Tenant ID

deviceId
string

Device ID

platform
string

Platform

Body

application/json

Wallet deposit request

Wallet deposit request

accountId
string
required

Account ID

amount
number
required

Deposit amount

currency
string
required

Currency

paymentMethod
string

Payment method

Response

Deposit order created successfully

Wallet deposit response

success
boolean

Success flag

code
integer<int32>

Response code

msg
string

Response message

data
object

Deposit order data