Skip to main content
GET
Get Customer

Overview

Retrieve details for a specific customer belonging to the authenticated merchant.

Authentication

string
required
Your merchant API key

Path Parameters

string
required
Customer ID (UUID)Example: 650e8400-e29b-41d4-a716-446655440000

Request Example

Response

string
required
Unique customer identifier (UUID)
string
required
Customer email address
string
Customer first name
string
Customer last name
boolean
Whether the customer has passed verification.
boolean
Whether tier 1 KYC has been completed.
boolean
Whether tier 2 KYC has been completed.
array
Customer capabilities and their current status.
object
Whether the customer can receive a Paystack instruction for a permanent NGN funding account.
array
Current blocking verification or capability issues. Empty array when the customer is approved.
string
required
When the customer was created (ISO 8601 timestamp)
string
required
When the customer was last updated (ISO 8601 timestamp)

Success Response

Error Responses