https://github.com/putyourlightson/craft-commerce-worldpay-access
Worldpay Access payment gateway for Craft Commerce.
https://github.com/putyourlightson/craft-commerce-worldpay-access
Last synced: 10 months ago
JSON representation
Worldpay Access payment gateway for Craft Commerce.
- Host: GitHub
- URL: https://github.com/putyourlightson/craft-commerce-worldpay-access
- Owner: putyourlightson
- License: other
- Created: 2020-06-11T11:31:09.000Z (almost 6 years ago)
- Default Branch: develop
- Last Pushed: 2022-06-16T07:44:02.000Z (almost 4 years ago)
- Last Synced: 2024-05-02T03:56:28.173Z (about 2 years ago)
- Language: PHP
- Size: 18.6 KB
- Stars: 3
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README

# Worldpay Access Plugin for Craft Commerce
This plugin provides a [Worldpay](https://www.worldpay.com/) integration for [Craft Commerce](https://craftcms.com/commerce) using the [Access Worldpay](https://developer.worldpay.com/docs/access-worldpay) gateway.
> **The release of this plugin has been put on hold. While the plugin is for the most part complete, it requires a final round of testing, adding compatibility for Craft 4 and general maintenance. If you have an urgent need for it then please send the following information to info@putyourlightson.com:**
> - The number of licenses you require.
> - The major version number(s) of Craft that you plan to run it on.
> - How much budget is available to commission the release of this plugin.
## License
This plugin requires a commercial license purchasable through the [Craft Plugin Store](https://plugins.craftcms.com/worldpay-access).
The license fee is **$99** plus **$49** per subsequent year for updates (optional).
## Requirements
Craft CMS 3.4.0 and Commerce 3.0.0 or later.
## Installation
To install the plugin, search for “Worldpay Access” in the Craft Plugin Store, or install manually using composer.
```
composer require putyourlightson/craft-commerce-worldpay-access
```
## Setup
To add the payment gateway, go to Commerce → Settings → Gateways, create a new gateway, and set the gateway type to “Worldpay Access”.
> **Tip:** The gateway settings can be set to environment variables. See [Environmental Configuration](https://docs.craftcms.com/v3/config/environments.html) in the Craft docs to learn more.
---
Created by [PutYourLightsOn](https://putyourlightson.com/).