paystack-customers
Installation
SKILL.md
Paystack Customers
The Customers API lets you create and manage customer records on your integration. Customers are automatically created on first charge, but you can also create them explicitly.
Depends on: paystack-setup for the
paystackRequesthelper and environment config.
Endpoints
| Method | Endpoint | Description |
|---|---|---|
| POST | /customer |
Create a customer |
| GET | /customer |
List customers |
| GET | /customer/:email_or_code |
Fetch a customer |
| PUT | /customer/:code |
Update a customer |
| POST | /customer/:code/identification |
Validate customer identity |
| POST | /customer/set_risk_action |
Whitelist/Blacklist a customer |
| POST | /customer/authorization/initialize |
Initialize authorization |
| GET | /customer/authorization/verify/:reference |
Verify authorization |
| POST | /customer/:id/initialize-direct-debit |
Initialize direct debit |
Related skills