timoye / paystack-terminal-custom-forms-php
There is no license information available for the latest version (1.0.0) of this package.
PHP Service to Interact with Paystack Terminal using Custom Forms
1.0.0
2023-01-30 09:58 UTC
Requires
- illuminate/http: ^8.83
- nesbot/carbon: ^2.66
This package is auto-updated.
Last update: 2025-04-23 21:25:47 UTC
README
This is a PHP package for Paystack Terminal Custom Forms
Paystack Terminal enables you accept payment from your customers. The Terminal is popularly known as POS device
Steps
- Create 2 endpoints on your application
- GET /paystack/biller
- POST /paystack/biller
-
Point the GET to formFields (SEE example.php)
-
Point the POST to processForm (SEE example.php)
-
Reach out to me if you need assistance Timothy Soladoye