Single customer

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/{customer_id}

'GET'

Request parameters

Parameters

Type

Description

customer_id

String

Unique identifier of the customer

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"
}

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.