868 bytes added
, 07:38, 23 September 2015
{{Api_Method_Spec|
Description=This method retrieves the instance available E-Wallet recharge options.
It returns the options to purchase E-Wallet credits available in the instance for the logged in user.
|Parameters=
{{Api_Parameter|
ParamName=token
|ParamType=String
|ParamRequired=required
|ParamDescription=A valid token for identifying the API session context. The token can be anonymous or logged.
}}
{{Api_Parameter|
ParamName=instanceId
|ParamType=int
|ParamRequired=required
|ParamDescription=The number (ID) of one instance that represent an OB registered in this environment. The same of the user has been registered.
}}
|Returns=
Returns a JSON object containing the payment settings.
'''Example:'''
|Exceptions=
* [[InvalidInstanceException]]
|Cache=
This method is cached in default section.
|KnownIssues=
* None
|VersionHistory=
|SeeAlso=
}}