DalPay HOME
privacy & mission sitemap
credit card processing  
home services overview fee schedule find or cancel a charge to my card about/contact us
merchant login merchant sign up merchant demo page merchant support/f.a.q.
News
The 'T.J. Maxx hack' and the Reality Credit Card Companies Want to Hide from Online Merchants:

May 2, 2007 Press Release and podcast:

Lightbulb icon
Special Offer for Startups

A gift of up to US$60/£30/€45 for startup businesses:

DalPay is Startup Business Friendly
SSL Secured

SSL (VeriSign) 256-bit Secured professional billing/order processing:

Can I use multiple languages in my order page?

The language for an order page is set in the langcode field of the page ID properties. When multiple languages are required you can add this code to your order page:

<select name="langcode">
<option selected>English</option>
<option value="it">Italian</option>
<option value="es">Spanish</option>
<option value="nl">Dutch</option>
<option value="fr">French</option>
<option value="de">German</option>
<option value="ru">Russian</option>
</select>

View example