Fund Card

Virtual card funding endpoint

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

https://api.switch.tulupay.com/v1/card/fund

' POST '

Request Header

Name

Type

Description

Authorization

Bearer Token

Bearer token ${partner_secret_key}

Content-Type

Application/json

x-partner-id

xxxxxxxx

Your partner ID eg. p602xxx

Request body

Name

Type

Description

card_id

String

The ID of the card to be funded

amount

String

The amount to fund the card

{
  "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://api.switch.tulupay.com/v1/card/fund",
    "wallet": {
      "usdt": {
        "chain": "trc-20",
        "address": "trc20-xxxxx-xxxxx-xxxx-xxxx"
      }
    }
  }
}

Contact Us for Developer Support

Contact our dedicated developer support team for assistance, guidance, or any questions you have regarding Tuluswitch API integration. We're here to ensure your development experience is smooth and successful.

Read Our Developer Blog for Insights

Master the Tuluswitch API with our Developer Blog! Get expert insights, advanced tips, and industry trends beyond the documentation. Stay connected with the developer community to build exceptional payment platforms. Visit the blog now and unlock your full potential!