Response

After sending your HTTP POST with the required parameters to the API URL for checking your account balance, SMS Central will return a “HTTP/1.1 200 OK” HTTP status code in the header of the response to your HTTP POST and XML-formatted content providing your account balance.

The XML Response will contain a single <balance> tag, containing your account balance.

An example XML Response showing a remaining account balance of $125.34 is:

<balance>125.34</balance>

 

Create a
password

Password must be minimum 8 charactes. Must contain 1 Uppercase, 1 Lowercase, 1 Number, 1 Special Character