Create a sub-customer

Creates a customer underneath the partner making the call. There's no parentId to pass, because the API key identifies the parent.

Only type is required. It decides whether the customer runs KYC or KYB, and it can't be changed later. Everything else that classifies the customer is set afterwards with PUT /v1/customers/{customerId}.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params
string
enum
required
Allowed:
string
string
Headers
uuid
required

Required on every state-changing POST, simulators included; the only exempt POST is …/verifications/preflight.
Replay (same key, same body) returns the original response with Idempotent-Replayed: true; same key with a
different body → 409 idempotency_conflict. Keys are UUIDs, scoped to the API key, retained for 24 hours.

Responses

Language
Credentials
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json