Get VTpass Wallet Balance

Using a GET method, your VTpass wallet balance can be retrieved using the end point below:

Live URL: https://vtpass.com/api/balance

Sandbox URL: https://sandbox.vtpass.com/api/balance

 

Authentication

Make sure to use your Username and Password as Basic Authentication to access the API

 

Please use the following details for authentication

Username: YourVtpassEmail

Password: YourPassword

 

 

EXPECTED RESPONSE

{
   "code":1,
   "contents":{
      "balance":1081.8199999998
   }
}