BoxBilling plugin for Paystack Payments
Before you can start taking payments through Paystack, you will first need to sign up at: https://dashboard.paystack.co/#/signup. To receive live payments, you should request a Go-live after you are done with configuration and have successfully made a test payment.
- Add the
Paystack.php
file as/bb-library/Payment/Adapter/Paystack.php
. - Add the
paystack.png
file as/bb-themes/paystack/paystack.png
. - Configure it by copying keys from https://dashboard.paystack.co/#/settings/developer .
- Set your Test Webhook url (and Live Webhook URL) on https://dashboard.paystack.co/#/settings/developer to the IPN Callback URL on the Paystack configuration Page.
- Add these lines to your
/bb-themes/{theme-name}/css/logos.css
file:
.logo-Paystack {
background: transparent url("../../../paystack/paystack.png") no-repeat scroll 0% 0%;
background-size: contain;
width: 139px;
height: 36px;
border: 0;
margin: 10px;
margin-bottom: 24px;
}
- Accept payments!
If you discover any security related issues, please email support@paystack.com
instead of using the issue tracker.
Apache-2.0 License
For bug reports and feature requests directly related to this plugin, please use the issue tracker.
For questions related to using the plugin, please post an inquiry to the plugin support forum.
For general support or questions about your Paystack account, you can reach out by sending a message from our website.
If you are a developer, please join our Developer Community on Slack.
If you have a patch or have stumbled upon an issue with the Paystack Gateway for Paid Membership Pro plugin, you can contribute this back to the code. Please read our contributor guidelines for more information how you can do this.