Fund card
You can fund your virtual card cards with fiat, when you get the usdt address on the card to fund. You can go to axis and then create a buy order (sending us the usdt address you got) we will show you a virtual account to pay to and then we transfer the equivalent USDT to that address (from the virtual card) read on on this here
Fund your card
Endpoint:
https://vcard.fuspay.finance/api/v1/Card/Fund
Method:
‘ POST ’
Request Header
Name
Authorization
Content-Type
x-partner-id
Type
x-partner-id
Application/json
xxxxxxxx
Description
Bearer token ${partner_secret_key}
ISO 4217 currency code
Required
-
Your partner ID eg. p602xxx
Request body
Name
card_id
amount
Type
x-String
String
Description
The ID of the card to be funded
The amount to fund the card
Request payload
JSON
{
"card_id": "0001",
"amount": 100,
}
Response
200 - OK successful response
{
"success": true,
"message": "Card funding",
"data": {
"message": "Transfer $100 usdt to this address",
"view_card_balance_url": "https://vcard.fuspay.finance",
"wallet": {
"usdt": {
"chain": "trc-20",
"address": "trc20-xxxxx-xxxxx-xxxx-xxxx"
}
}
}
}
Supports
If you encounter any issues or have questions, please feel free to contact our dedicated support team.
We are committed to providing you with the best possible experience and support.
TABLE OF CONTENT