live chat
24/7 Emergency Hotline USA

Account Default Currency Set

Resource path /Account/DefaultCurrency/Set

https://testapi.internet.bs/Account/DefaultCurrency/Set?ApiKey=testapi&Password=testpass&.......

The command is intended to set the default currency. The default currency is used when you have available balances in multiple currencies. In this case the prepaid funds in the default currency are used.
HTTPS POST/GET Request parameters:

Parameter name Description

ApiKey

The API key that we provided to you when you requested API access for your account

Password

The password we provided when you requested API access for your account

Currency

The currency of the prepaid balance that will be used for all billable API operations

ResponseFormat
(optional)

This specifies how the response will be returned. Possible values are TEXT, JSON and XML.
The default value is TEXT however we encourage you to use JSON for easier result parsing (please refer to http://www.json.org for more details about JSON).

Returned data:

STATUS=SUCCESS or FAILURE
TRANSACTID=Transaction ID reference

Example:

https://testapi.internet.bs/Account/DefaultCurrency/Set?ApiKey=testapi&Password=testpass&Currency=USD

Result:

transactid=c283a85cc044c43585a13ebb1e701002
status=SUCCESS