Demo to preview the plugin:
Introduction
Accept one-off and recurring online payments with a modern, safe, and secure payment gateway in Nigeria. Paystack is a payments platform that makes the online payments process seamless for both the consumers and the businesses they are trying to pay.
Prerequisites
For using the plugin you'll need to get the API credentials with Paystack. Create your development account at: https://developers.paystack.co/β
Setting up
Access developer dashboard on paystack
After you've signed up, go to Profile -> Settings -> API Keys & Webhooks
Copy the key which will be used in Plugin settings.
Note: Ensure to use a live API keys when your application goes live.
To obtain live API Keys the Business account should be activated. https://dashboard.paystack.com/#/get-started/activate
Install Paystack Plugin
After the plugin is installed, fill API Key input with your API Key from Paystack. Add Bearer before the key.
Now you can create a payment using redirect to Paystack for make payments.
In action you can fill Name of page, Description of payment, Amount, and redirect uri after payment successful.
After first action we can get Payment URL and open in an external tab.
The result should be something like this:
After successful payment Paystack will redirect us to Redirect URI that we filled in the previous step. And will give us a reference id in url.
For additional api calls use Paystack Api page
Changelogs
Update: 08/02/2024 - Version: 1.18.0
- Fixed "Plans - Create Plan" & Subscriptions - Fetch Subscription" Actions.
Update: 08/02/2024 - Version: 1.17.0
- Added new "Subaccounts - Create Subaccount" Action Parameters: βbank_code", "country_code", βsettlement_bank".
Update: 13/09/2023 - Version: 1.14.0
- Minor updates.
Update: 03/03/2021 - Version: 1.6.0
- Added the ability to set up a fixed commission when creating a page.
- Demo update with dynamic data for
transaction_charge
.
Update: 20/01/2021 - Version: 1.4.0
- Reinitialized a few API Calls.
- Demo update with dynamic data for API Calls.