website.php¶
Website integration module for managing preorders, checking customer status, validating contact details, and retrieving pricing information.
website/get_ip_pricing¶
Returns IP pricing information for the specified currency.
HTTP method: POST|GET
Parameters:
| Parameter | Required | Type | Description |
|---|---|---|---|
| action | ✅ | string | Method identifier: get_ip_pricing |
| currency | ❌ | string | Currency code for pricing. |
| params[currency] | ❌ | string | Currency code for pricing. Example: EUR, USD, RUB. |
Request example