This plugin provides a Paystack integration for Craft Commerce.
This plugin requires Craft 3.6 and Craft Commerce 3.3 or later.
You can install this plugin from the Plugin Store or with Composer.
Go to the Plugin Store in your project’s Control Panel and search for “Paystack for Craft Commerce”. Then click on the “Install” button in its modal window.
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 craftcms/commerce-paystack
# tell Craft to install the plugin
./craft install/plugin commerce-paystack
- Add support for refunding from the CP. Requires refund notification support in the Paystack API.