Fund Card
Virtual card funding endpoint
Request Header
Name
Type
Description
Request body
Name
Type
Description
{
"card_id": "0001",
"amount": 100
}Response body
Last updated
Virtual card funding endpoint
{
"card_id": "0001",
"amount": 100
}Last updated
{
"success": true,
"message": "Card funding",
"data": {
"message": "Please get card details for the wallet address to make deposit",
"view_card_balance_url": "n/a",
"wallet": {
"usdt": {
"chain": "n/a",
"address": "n/a"
}
}
}
}