itinerisltd/wc-worldpay

WorldPay integration for WooCommerce.

Installs: 814

Dependents: 0

Suggesters: 0

Security: 0

Stars: 2

Watchers: 10

Forks: 0

Open Issues: 0

Type:wordpress-plugin

0.1.2 2018-10-31 19:05 UTC

This package is auto-updated.

Last update: 2024-03-23 23:23:54 UTC


README

Packagist Version PHP from Packagist Packagist Downloads GitHub License Hire Itineris

WorldPay integration for WooCommerce.

Minimum Requirements

  • PHP v7.2
  • php-curl
  • WordPress v4.9.8
  • WooCommerce v3.4.5

Installation

$ composer require itinerisltd/wc-worldpay

Setup

Payment response(redirection) and Enhancing security with MD5 are mandatory.

On WorldPay's integration setup page:

  1. Enable Enable the Shopper Response
  2. Enter <wpdisplay item=MC_callback> as Payment Response URL
  3. Enable Payment Response enabled?
  4. Enter a 25-char random passphrase as Payment Response password
  5. Enter a 30-char random passphrase as MD5 secret for transactions
  6. Enter instId:amount:currency:cartId as SignatureFields

Then, fill in the same information on WP admin dashboard - WooCommerce > Settings > Payments > WordPay.

Note that WorldPay truncate long Payment Response password without notices!

Security Concerns about WorldPay HTML API

  • Leaking MD5 secret for transactions
    • Allow evil hackers to set up fake checkout pages, pretending to be the merchant
    • WorldPay would accept these checkouts and charges the credit cards
  • Leaking Payment Response password
    • Allow evil hackers to pretending to be WorldPay
    • WordPress would accept evil hackers' payment callbacks and changes order payment statuses

Not Issue

If Payment Response password(also known ascallbackPW) is incorrect, InvalidResponseException is throw to stop the world. Credit card holders see white screen of death in such case.

Features

Not Supported / Not Implemented

  • Shipping address
  • Reject according to fraud check results
  • Token payment
  • Recurring payment
  • Refund
  • Void

Best Practices

HTTPS Everywhere

Although WorldPay accepts insecure HTTP sites, you should always use HTTPS to protect all communication.

Payment Status

Always double check payment status on worldpay.com.

Test Sandbox

Use this test credit card.

FAQ

Is support.worldpay.com secure?

No! support.worldpay.com does not support HTTPS. This is unacceptable. Please encourage them to use HTTPS everywhere.

Will you add support for older PHP versions?

Never! This plugin will only works on actively supported PHP versions.

Don't use it on end of life or security fixes only PHP versions.

It looks awesome. Where can I find some more goodies like this?

This plugin isn't on wp.org. Where can I give a ⭐️⭐️⭐️⭐️⭐️ review?

Thanks! Glad you like it. It's important to make my boss know somebody is using this project. Instead of giving reviews on wp.org, consider:

  • tweet something good with mentioning @itineris_ltd
  • star this Github repo
  • watch this Github repo
  • write blog posts
  • submit pull requests
  • hire Itineris

Coding

Required Reading List

Read the followings before developing:

Testing

$ composer test
$ composer check-style

Pull requests without tests will not be accepted!

Feedback

Please provide feedback! We want to make this library useful in as many projects as possible. Please submit an issue and point out what you do and don't like, or fork the project and make suggestions. No issue is too small.

Security

If you discover any security related issues, please email hello@itineris.co.uk instead of using the issue tracker.

Change log

Please see CHANGELOG for more information on what has changed recently.

Credits

wc-worldpay is a Itineris Limited project created by Tang Rufus.

Full list of contributors can be found here.

License

wc-worldpay is licensed under the GPLv2 (or later) from the Free Software Foundation. Please see License File for more information.