Skip to main content
A customer is a durable record for one of your end-users. Once created, you can attach virtual accounts to it, list the transactions that flowed through those accounts, and read the customer’s KYC status — all keyed off a single customer id. Use your own externalId to keep customers in sync with your system.

How it works

Authentication

Customer endpoints are authenticated with your API key only — no request signature is required. The create call additionally honours an idempotency key (see Create a customer).

Endpoints