Europabank Merchant Plugin FAQ
Europabank Merchant Plugin FAQ
Table of contents
All of my transactions are tagged as Pending, inside my shop. ....................................................... 3 All of my transactions are denied. ....................................................................................................... 3 After a transaction, i get a mail with We were unable to give feedback at www.yoursite.com ..... 3 When using a custom css in the payment module, internet explorer complains about security. ....... 4 What is the difference between Client-secret and Server-secret? ...................................................... 4 How is the SHA-1 calculated and what is it used for? ......................................................................... 4 Must my shop, or the checkout of my shop, be SSL? ........................................................................... 5 The installation of the MPI-plugin(magento, oscommerce, virtuemart, wordpress) is not working. 5 My server (site) cannot connect to your MPI server, through server-to-server. ................................. 5 Getting mails like We were unable to give feedback at example.com ............................................ 5 How does the integration tests work? What do I have to do? ............................................................ 6 Why are transactions with high amounts denied? .............................................................................. 6 Which plugins exist and what are the versions? ................................................................................. 6 What if my webshop or webshop version is not supported?............................................................... 6 Where can I find the plugins for Magento? ......................................................................................... 7 Where can I find the plugins for osCommerce?................................................................................... 7 Where can I find the plugins for Virtuemart (Joomla)? ....................................................................... 7 Where can I find the plugins for Wp-ecommerce (wordpress)? .......................................................... 7 Where can I find a technical manual for MPI? .................................................................................... 7 Do you support any payed plugins and/or shops? .............................................................................. 7 Magento : How can an invoice be sent to the client after a successfull transaction? ........................ 7 Magento : Is one-step-checkout (http://www.onestepcheckout.com) supported? ........................... 7
After a transaction, i get a mail with We were unable to give feedback at www.yoursite.com
There could be many reasons why we couldnt give feedback. Several of these reasons are listed here : It is possible that your website is not reachable all the time. If so, the connection times-out an we cannot continue feedback. Be sure that the description of your shop items, do not contain special characters. The only characters allowed are the following : a-z A-Z
0-9 . , : ; ? - !
When using a custom css in the payment module, internet explorer complains about security.
When so, you can use a PROXY URL If the merchant has no https domain and wishes to use some pictures in his templatepage or css, he can use the proxy url of the Europabank MPI: You need to submit the url of your webshop into the administrative module Proxy url is : https://www.ebonline.be/(test/)mpi/image?uid=XXXXXXXXXX&url=YYYYY Parameter uid is your accountnumber Parameter url is the url of your image/css file on your webserver. Europabank MPI will retrieve the image/css on your webserver and stream it to the payment form page.
Where can I find the plugins for Magento? Where can I find the plugins for osCommerce? Where can I find the plugins for Virtuemart (Joomla)? Where can I find the plugins for Wp-ecommerce (wordpress)? Where can I find a technical manual for MPI?
The plugins for those shops can be found in the MPI-test account in the section downloads. There is also a technical pdf document (manual) to be found.
Magento : How can an invoice be sent to the client after a successfull transaction?
Because not every merchant wants an automatic invoice sending system to his customers, this feature is not available in the magento plugin. But, if you want this feature, it is very simple to make it available. Take the php source code file, that is located at: app/code/local/Mage/Eub/controllers/StandardController.php Look for the line $invoice->save(); Just AFTER (or under) that line, put this : $invoice->sendEmail(true,"sometext"); Here is some extra documentation: http://docs.magentocommerce.com/Mage_Sales/Mage_Sales_Model_Order_I nvoice.html#sendEmail