Get currencies
|
GET api/2.0/portal/payment/currencies
|
Returns the available portal currencies.
|
Get prices
|
GET api/2.0/portal/payment/prices
|
Returns the available portal prices.
|
Get quota payment information
|
GET api/2.0/portal/payment/quota
|
Returns the payment information about the current portal quota.
|
Get the payment account
|
GET api/2.0/portal/payment/account
|
Returns the URL to the payment account.
|
Get the payment page URL
|
PUT api/2.0/portal/payment/url
|
Returns the URL to the payment page.
|
Send a payment request
|
POST api/2.0/portal/payment/request
|
Sends a request for portal payment.
|
Update the payment quantity
|
PUT api/2.0/portal/payment/update
|
Updates the quantity of payment.
|