Now with SMS ! New
or create new account
ACCOUNT.GETBALANCE - API CALL

ACCOUNT.GETBALANCE - get account balance.
Description


ACCOUNT.GETBALANCE is used to get current account balance.
Arguments

ACCOUNT_NUMBER
Optional. Account number only required when you need to get balance information for a sub account.
Example:
<PARAMETER NAME="ACCOUNT_NUMBER">123456789</PARAMETER>
Response

Account Balance.
API Request Example
<?xml version="1.0" standalone="no" ?>
<REQUEST>
   <USERTOKEN>
      <USERKEY>YOURUSERKEY1891e2e883904b0b894dc5b679c1c1c13f6d</USERKEY>
   </USERTOKEN>
   <ACTION NAME="ACCOUNT.GETBALANCE"/>
</REQUEST>
				
Response Example
<?xml version="1.0" standalone="no" ?>
<RESPONSE>
   <RESULT>77.78</RESULT>
</RESPONSE>
		
:.:
News Blog About Anveo Terms of Use Privacy Policy FAQ Contact Us © 2024 Anveo Inc.