paystack-terminal
Installation
SKILL.md
Paystack Terminal
The Terminal API lets you build in-person payment experiences with Paystack POS terminals.
Depends on: paystack-setup for the
paystackRequesthelper.
Endpoints
| Method | Endpoint | Description |
|---|---|---|
| POST | /terminal/:terminal_id/event |
Send event to terminal |
| GET | /terminal/:terminal_id/event/:event_id |
Check event delivery status |
| GET | /terminal/:terminal_id/presence |
Check terminal availability |
| GET | /terminal |
List terminals |
| GET | /terminal/:terminal_id |
Fetch terminal details |
| PUT | /terminal/:terminal_id |
Update terminal |
| POST | /terminal/commission_device |
Commission (activate) terminal |
| POST | /terminal/decommission_device |
Decommission (deactivate) terminal |
Related skills