MultiCards HOME
affiliates privacy & mission sitemap
credit card processing  
home services overview fee schedule sign up transaction info news merchant login demo page f.a.q. contact us
FAQ Submenu
Order Pages & Transactions

Creating, configuring and maintaining Order Pages and Shopping Carts

Transactions
(Credits, Chargebacks,
Retrievals, Fraud)



Payments & Accounts

Payments &
The Merchant Profile

Administrative changes to
a Merchant Account



 

Multiple Currencies

The default currency for an order page or shopping cart is set in the Page ID properties.
It is possible to send the currency together with the other transaction details. Please note that this option needs to be enabled in the Page ID properties screen in the Merchant Menu. The variable name for the currency is: valuta_code.
An example:
<select name="valuta_code" >
<option value="EUR" selected>EUR</option>
<option value="AUD">AUD</option>
<option value="CAD">CAD</option>
<option value="CHF">CHF</option>
<option value="CYP">CYP</option>
<option value="DKK">DKK</option>
<option value="GBP">GBP</option>
<option value="HKD">HKD</option>
<option value="INR">INR</option>
<option value="ISK">ISK</option>
<option value="JPY">JPY</option>
<option value="NZD">NZD</option>
<option value="USD">USD</option>
</select>