All customers

A comprehensive testing strategy is crucial to ensure the successful integration of SmartpayGenie into your application. Here are some key testing types:

Fetch all customers

https://api.smartpaygenie.com/customers

'GET'

Response

200 - OK successful response

[
  {
    "id": "customer_id",
    "first_name": "John",
    "last_name": "Doe",
    "email_address": "johndoe@example.com",
    "phone_number": "+2348123456789",
    "id_no": 1234567890,
    "created_at": "2023-11-22T13:37:20Z"
  },
  {}
]

Note:

  • You may need to implement pagination for large datasets.
  • Consider adding filtering and sorting options to the endpoint for better flexibility.
  • Implement appropriate security measures to protect customer data.

Support

If you encounter any issues or have questions, please feel free to contact our dedicated support team.

We are committed to providing you with the best possible experience and support.