IcePay

Gateway Setup
More info @ www.icepay.com

Note: It appears as though you have to select the card issuer (ie, VISA, MASTERCARD) when transmitting to IcePay. This integration supports VISA only at the moment, but may be updated for more later. You can however change the default via 'control/gateways/methods/icepay.php'.

For details on how to set up IcePay, click here.
Merchant ID
Enter IcePay merchant ID
Encryption Code
Enter IcePay encryption code. You should receive this when you sign up for an account. If you are unsure, contact IcePay.
Information About this Payment Method
This is presented to visitors if they click for more info on the gateway on the checkout page. Optional.

Use BB Code for formatting, HTML is not allowed.
Order Status Preferences
Specify which order statuses to set for callback operations. Leave as default if you aren`t sure. "Pending" statuses restrict download access for none gateway methods and should be used until payment is cleared.

Setting preferred order statuses can be useful for filtering with other admin operations.
Alternative Redirect Url (Optional)
Alternative redirect url is the page a visitor will be directed to after a successful transaction.

You should NOT use this option if you sell downloadable items as visitors will not be able to download their products immediately after purchase.

Enter full url starting http://

If you need to do further operations on your redirect page based on the sale, the following query string params may be used and passed to your new page:

{id} = Sale ID in Database
{code} = Sale Buy Code in Database.

Example:

http://www.example.com/new-redirect.php?id={id}&code={code}
IMPORTANT! When using these variables on your custom PHP page, make sure you check and sanitize the variables accordingly. The {id} value will always be an INTEGER and the {code} variable ALPHANUMERIC.
Live Payment URL
Live payment url. At the time of these docs it is:

https://pay.icepay.eu/Checkout.aspx

The ? is important. This should not be changed unless altered by the gateway.
Test/Sandbox Payment URL
Sandbox or test payment url. In many cases, this is the same as the live payment url. At the time of these docs it is:

https://pay.icepay.eu/Checkout.aspx

The ? is important. This should not be changed unless altered by the gateway
Language
Supported IcePay languages. Check the IcePay site for further updates.

If more languages are supported, add them to the $icePayLanguages array in the 'admin/control/arrays.php' file.
Payment Method Availability
Choose when this payment method is available. Useful if you only want certain methods shown for certain checkout types. If none are selected, defaults to all.
Enable IcePay
Enable / disable this gateway as a payment option.