Implement customer API
Opened this issue · 1 comments
morukele commented
This issue revolves around implementing the complete Paystack customer API for the crate. Some API parts have already been implemented, mostly the data model. This will ensure that this new customer API route does not conflict with the existing one.
morukele commented
The list of task to complete
- Create customer route
- List customers route
- Fetch customer route
- Update customer route
- Validate customer route
- Whitelist/Blacklist customer route
- Deactivate Authorization Route
After this, we test the routes
- Test routes