Worldpay Online Payments Magento Module - Version 1.7.2
Tested versions..
Magento 1.4.2.0 -> 1.9.0.1
Login to your Magento Admin Panel. Go to System -> Configuration. On the left menu scroll down to the sales section, and click Worldpay Payments.
Add your keys, which you can find in your Worldpay dashboard (Settings -> API keys). Change Enabled to Yes, set your title and payment descriptions to what you would like the user to see.
In your Worldpay dashboard, (Settings -> Webhooks) add a webhook to your Magento URL. For example; http://www.mywebsite.com/index.php/worldpay/notification/
Changing www.mywebsite.com to your website URL. Visiting this URL should show OK is similar. Your URL most be externally accessible.
For testing, sometimes your local server isn't setup correctly to validate SSL certificates. To disable SSL checks in test mode, set 'Disable SSL check in test mode' to Yes.
If you change your API keys in future, you may need to clear the Magento cache for it to take affect immediately.
Test Mode / Live Mode - Which set of service and client keys to use on the site
Your keys, which can be found in your Worldpay dashboard.
Enabled 3D Secure
Choose the settlement currency that you have setup in the Worldpay online dashboard.
Setting to Authorize only; will require you to enable authorisations in your Worldpay online dashboard. You will then be able to capture the payment when you create an invoice in Magento. You can only capture once, of any amount up to the total of the order.
Setting to Authorize and Capture; will capture the order immediately.
Enable / Disable the module
This should be set to 'no' in normal circumstances. If you need support we may ask you to enable this.
A reusable token will be generated for the customer which will then be stored. This will allow the customer to reuse cards they've used in the past. They simply need to re-enter their CVC to verify.
Disables the checking of the SSL certificate whilst in test mode. This is useful for testing locally where certificates cannot be validated.
Your Magento order status when payment has been successfully taken
The title of the module, as appears in the payment methods list to your customer. You can set this to blank to show no title.
Payment description to send to Worldpay.
I cannot find 'Worldpay Payments' in the configuration page.
--- Make sure you have uploaded the module into the root directory
--- Clear Magento cache
--- Resave your user
--- Logout and log back in
When I click 'Worldpay Payments' it responds with a 404 error.
--- Clear Magento cache
--- Resave your user
--- Logout and log back in
How to resave user
System -> Permissions -> Users -> Click your user -> Click save user
How to clear Magento cache
System -> Cache Management -> Click Flush Cache Storage
Multistore refund authorization fix
Rounding on APM orders
3Ds order now creates a Magento order in pending payment state before authorization is done. It then updates to cancelled or processing depending on 3DS result Fixed issue with Kaspersky blocking CVC form Fixed APM order using wrong customer order code
Always use secure urls
Fixed wrong customer order code on 3DS orders
Fixed save card displaying when disabled (peterhough)
PayPal and Giropay added
Partial refunds - You can only partially refund once.
Authorize and partial capture - You can only capture once.
3DS Orders
Settlement currency selector
My Saved Cards screen
Optional saving of cards
Add admin ordering support using MOTO
Remove required asterisk to keep consistent with Template Form
Change integration type to template form IE8 Support
Add compatibility with IWD one page checkout
Update PHP Lib
Initial Release