craftcms/commerce-paystack

Paystack integration for Craft Commerce 3.3+

2.0.0 2021-04-20 16:50 UTC

This package is auto-updated.

Last update: 2024-03-20 10:45:05 UTC


README

Paystack for Craft Commerce icon

Paystack for Craft Commerce

This plugin provides a Paystack integration for Craft Commerce.

Requirements

This plugin requires Craft 3.6 and Craft Commerce 3.3 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 “Paystack 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 craftcms/commerce-paystack

# tell Craft to install the plugin
./craft install/plugin commerce-paystack

Roadmap

  • Add support for refunding from the CP. Requires refund notification support in the Paystack API.