This extension allows you to accept payments via Paystack on your TastyIgniter site. Paystack is a payment gateway supported in Nigeria, Ghana, Kenya, South Africa, and other African countries, with support for multiple currencies and payment methods.
- Accept payments via card, bank transfer, USSD, mobile money, and more.
- Save card details for faster future payments.
- Supports refunds and partial refunds from the admin order view.
- Choose between Pop-up and Redirect integration modes.
- Webhook handling for automatic payment verification (HMAC SHA512 signature validated).
- Supports multiple currencies.
- TastyIgniter v4.0+
- PHP 8.2+
- The Pay Register extension installed and activated.
composer require tipowerup/ti-ext-paystackThen run migrations:
php artisan igniter:up- Go to Manage > Settings > Payment Gateways in the admin panel and edit the Paystack payment method.
- Select your Transaction Mode (Test or Live) and enter your matching Paystack secret key.
- Choose your integration mode (Pop-up or Redirect) and configure the remaining options.
- Enable the payment method and save.
You can now accept payments via Paystack at checkout.
To enable automatic payment verification, configure the webhook URL shown on the Paystack payment method edit page in your Paystack dashboard.
For more premium extensions and themes for TastyIgniter, visit tipowerup.com. Free and very affordable options with great discounts, reliable updates, and dedicated support.
This extension is released under the MIT License.