quantity-digital / commerce-quickpay
QuickPay integration for Craft Commerce 4
Installs: 1 804
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 0
Type:craft-plugin
Requires
- craftcms/cms: ^5.0
- craftcms/commerce: ^5.0
- quickpay/quickpay-php-client: ^2.0
Requires (Dev)
- craftcms/phpstan: dev-main
- craftcms/rector: dev-main
- roave/security-advisories: dev-master
- dev-master
- 5.0.0-alpha
- 4.2.2
- 4.2.1
- 4.2.0
- 4.1.9
- 4.1.8
- 4.1.7
- 4.1.6
- 4.1.4
- 4.1.3
- 4.1.2
- 4.1.1
- 4.1.0
- 4.0.2
- 4.0.1
- 4.0.0
- v2.x-dev
- 2.2.28
- 2.2.27
- 2.2.26
- 2.2.25
- 2.2.24
- 2.2.23
- 2.2.22
- 2.2.21
- 2.2.20
- 2.2.19
- 2.2.18
- 2.2.17
- 2.2.16
- 2.2.15
- 2.2.14
- 2.2.13
- 2.2.12
- 2.2.11
- 2.2.10
- 2.2.9
- 2.2.8
- 2.2.7
- 2.2.6
- 2.2.5
- 2.2.4
- 2.2.3
- 2.2.2
- 2.2.1
- 2.2.0
- 2.1.5
- 2.1.4
- 2.1.3
- 2.1.2
- 2.1.1
- 2.1.0
- 2.0.3
- 2.0.2
- 2.0.1
- 2.0.0
- v1.x-dev
- 1.1.2
- 1.1.1
- 1.1.0
- 1.0.0
- dev-5x
- dev-v4/incorrect-import
- dev-fix--attaching-to-wrong-parent
- dev-outstanding-balance-handling
- dev-fix/capture-callback
- dev-feat/4.1.8
- dev-fix/klarna-basket-handling
- dev-fix/invalid-order-id-reference
- dev-chore/release4.1.6
- dev-chore/release4.1.5
- dev-feature/paymentAmounts
- dev-fix/Fix-queue
- dev-fix/capture-failure
- dev-fix/fix-payment
- dev-fix/fix-payment-bug
- dev-feature/paymentCurrency
- dev-feature/v4.1
- dev-fix/wrong-typings
- dev-fix/capture-payment-loop
This package is auto-updated.
Last update: 2024-12-04 13:44:31 UTC
README
QuickPay for Craft Commerce
This plugin provides an QuickPay integration for Craft Commerce.
Requirements
This plugin requires PHP 8.0, Craft CMS ^4.0 and Craft Commerce ^4.0 or later.
Installation
You can install this plugin from the Plugin Store or with Composer.
From the Plugin Store
Go to the Plugin Store in your project’s Control Panel and search for “QuickPay for Craft Commerce”. Then click on the “Install” button in its modal window.
With Composer
Open your terminal and run the following commands:
# go to the project directory cd /path/to/my-project.test # tell Composer to load the plugin composer require quantity-digital/commerce-quickpay # tell Craft to install the plugin ./craft install/plugin commerce-quickpay
CraftCMS setup
To add an QuickPay payment gateway, go to Commerce → Settings → Gateways, create a new gateway, and set the gateway type to “QuickPay”.
Tip: The API Key and Private key key settings can be set to environment variables. See Environmental Configuration in the Craft docs for more information.
Notice
In order to delete payments, the API user in Quickpay has to have the required permissions.
Roadmap
- Autocapture on authorize (Purchase)
- Capture on status change
- Translate to aditional languages
- On manual order, send paymentlink to customer