What is ePay relay-script
The ePay relay-script makes sure that your own designed payment form is highly secured with SSL encryption as required by PCI.
A SSL secured page has a padlock down in the right corner of the internet browser, which indicates to the user that data entered is encrypted and cannot be intercepted by someone else.
Below a sample is illustrated of a page which is not encrypted and a page which is encrypted by SSL.
| IE6 with SSL |
IE6 without SSL |
 |
 |
| IE7+8 |
 |
The data is encrypted over the internet by use of SSL certificates. ePay relay-script is able to fetch the HTML from your internet shop and present it to the customer with the SSL padlock in the browser. Your customer will not even notice that he/her is guided through ePay servers.
How-to integrate ePay relay-script
It is simple to use the ePay relay-script
Basiclly all that is needed is to insert the ePay relay-script URL infront of your own URL. Here is a example of how this page is encrypted by use of the ePay relay-script:
https://relay.ditonlinebetalingssystem.dk/relay/v2/relay.cgi/YOURWEBSITE.COM
To avoid a popup to the user about being transferred to an insecure page it is important that you use our ePay relay-script on following pages:
- The page which shows your payment form
- The accept page (acceptURL)
- The decline page (declineURL)
Paths to images and other objects
All pages which uses the ePay relay-script must be setup with relative paths.
This means that the paths never must be setup as: http://www.myurl.dk/images/myimage.jpg. If this occurs your customer will receive a security warning in the browser. If the customer clicks no to this popup warning the page will not be shown correct. The paths must be set-up relative "../images/myimage.jpg".This must be effective for all objects!