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"
}| Field | Type | Notes |
|---|---|---|
id | string | ULID |
country_code | string | ISO 3166-1 alpha-2 |
kyc_status | string | unverified, pending, verified, rejected |