Paystack plugin Documentation

Installation

To install this plugin:

Compatibility

Update

Replace all the plugin's files on your server.

Configuration

First, you have to register as developer on: Paystack and get your account parameters.

Add the settings below in the script's /.env file on your server:

PAYSTACK_PUBLIC_KEY=
PAYSTACK_SECRET_KEY=
PAYSTACK_PAYMENT_URL=https://api.paystack.co
PAYSTACK_CURRENCIES="NGN,GHS"
    

Example of use:

PAYSTACK_PUBLIC_KEY=your-paystack-public-key
PAYSTACK_SECRET_KEY=your-paystack-secret-key
PAYSTACK_PAYMENT_URL=https://api.paystack.co
PAYSTACK_CURRENCIES="NGN,GHS" # or "NGN,GHS,USD" related to your Paystack account configuration.
    

Translation

To translate this plugin into your language:

Uninstallation

To uninstall this plugin, go to your Admin panel → Plugins (and click on "Uninstall") to uninstall it.

Removing

To remove this plugin:

Resources