Difference between revisions of "GetInstanceCredits"

From Gvp-public
Jump to navigation Jump to search
Line 37: Line 37:
  
 
|SeeAlso=
 
|SeeAlso=
 +
* [[GetPaymentSettings]] method
 
}}
 
}}

Revision as of 07:39, 23 September 2015

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

  • token (String, required)
A valid token for identifying the API session context. The token can be anonymous or logged.
  • instanceId (int, required)
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.


Exceptions


Caching

This method is cached in default section.


Known issues

  • None


Version history

See also