Skip to main content

Customers

The currently exposed customer surface is a merchant dashboard surface. It is used to inspect customers linked to payments, billing, and support.

List customers

curl https://api.ikawaari.com/api/v1/merchant/customers \
-H "Authorization: Bearer merchant_jwt"

Customer object

{
"id": "cus_abc123",
"object": "customer",
"name": "Aminata Koné",
"email": "aminata@example.com",
"phone": "+2250700000000",
"currency": "XOF",
"created": 1708300800
}

Direct customer creation, update, and deletion should not be documented as public endpoints until they appear in the generated API reference.