Skip to main content

Manage Customers

List customers

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

Retrieve a customer

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

Search customers

curl "https://api.ikawaari.com/api/v1/merchant/customers?email=aminata@example.com" \
-H "Authorization: Bearer merchant_jwt"

Direct update and deletion are not documented as available in the current API. Check the generated API reference before adding a guide for those operations.