morukele/paystack-rs

Implement customer API

Opened this issue · 1 comments

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.

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