Difference between revisions of "Balance in phone"
Line 33: | Line 33: | ||
HTML POST: http://<SERVER_IP>/billing/api/simple_balance?id=UNIQUEHASH¤cy={USER|CURRENCY_CODE} | HTML POST: http://<SERVER_IP>/billing/api/simple_balance?id=UNIQUEHASH¤cy={USER|CURRENCY_CODE} | ||
<br><br> | |||
= Errors = | |||
== API Requests are disabled == | |||
It means that your API is disabled. | |||
Enable API in the MOR's SETTINGS under API section. |
Revision as of 11:19, 5 March 2013
Some phones and softphones support displaying your account balance on their screens.
For example, we will use iaxLite. Download link
Note! Same URL is used for MOR Phone APP.
In SETTINGS –> Setup –> Settings –> API –> Allow devices to check balance over HTTP, check to allow this functionality:
Please note: do not forget to enable the API on your system before you will use Balance in the Phone. If API will be not enabled you will see Balance:<?xml... instead of the real Balance.
Log in as the user you want to check your balance:
... and in Details you will see the link:
Copy and paste this link into the phone:
... and you will see your balance:
Optionaly you can send api request and specify currency, valid values are USER, in that case balance is returned in user's currency. And currency code(EUR, USD etc.)
HTML POST: http://<SERVER_IP>/billing/api/simple_balance?id=UNIQUEHASH¤cy={USER|CURRENCY_CODE}
Errors
API Requests are disabled
It means that your API is disabled.
Enable API in the MOR's SETTINGS under API section.