OuiPay
API ReferenceCustomers

Customers

The customer resource : the identity that owns wallets and transacts.

A customer is the identity that owns wallets, beneficiaries, and transactions.

The customer object

{
  "id": "01M2S17...",
  "name": "Amara Okonkwo",
  "email": "amara@example.com",
  "phone": "+2348012345678",
  "country_code": "NG",
  "kyc_status": "verified",
  "created_at": "2026-09-18T01:13:51Z"
}
FieldTypeNotes
idstringULID
country_codestringISO 3166-1 alpha-2
kyc_statusstringunverified, pending, verified, rejected

Endpoints

MethodPathDescription
POST/v1/customersCreate
GET/v1/customers/{id}Retrieve
PATCH/v1/customers/{id}Update

On this page