Skip to main content
POST
Create a partner customer KYC record. The path {id} is the partner-provided KYC id, later referenced as kyc_id on onramp, offramp, and withdraw orders. Fails with 409 Conflict if a record with that id already exists. See the Partner Customer KYC guide for the field reference and required-field rules.

Authentication

string
required
Your partner app key.
string
required
Base64-encoded Ed25519 signature of the sign data.
string
required
Unix timestamp (seconds) of the request. Must be within 60 seconds of server time.

Path Parameters

string
required
Partner-provided unique id for this customer. Use this value as kyc_id on subsequent orders.

Body Parameters

At least one of email or phone must be provided. Every other body field is mandatory.
string
required
Full name.
string
Email. Required if phone is not provided.
string
Phone number. Required if email is not provided.
string
required
Residential address.
string
required
Identity document number.
integer
required
Only 1 = Citizen ID is currently supported.
integer
required
1 = Male, 2 = Female, 3 = Other.
string
required
Nationality.
string
required
Identity document issue date in ISO YYYY-MM-DD format.
string
required
Identity document expiry date in ISO YYYY-MM-DD format.