Paystack Payment
1.0.0
Latest version
0
Downloads: 0
1
Views: 1
Accept payments via Paystack for TastyIgniter.
Introduction
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.
Features
- 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.
Requirements
- TastyIgniter v4.0+
- PHP 8.2+
- The Pay Register extension installed and activated.
Installation
composer require tipowerup/ti-ext-paystack
Then run migrations:
php artisan igniter:up
Usage
- 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.
Webhook
To enable automatic payment verification, configure the webhook URL shown on the Paystack payment method edit page in your Paystack dashboard.
Information
Author
TI PowerUp AdminUpdated
Apr 28, 2026
Requirements
tastyigniter/core