Partner Customer KYC
Create Customer KYC
Create a partner customer KYC record.
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
Your partner app key.
Base64-encoded Ed25519 signature of the sign data.
Unix timestamp (seconds) of the request. Must be within 60 seconds of server time.
Path Parameters
Partner-provided unique id for this customer. Use this value as
kyc_id on subsequent orders.Body Parameters
Full name.
Email.
Phone number.
Residential address.
Identity document number.
1 = Citizen ID, 2 = Passport, 3 = License.1 = Male, 2 = Female, 3 = Other.Nationality.
Identity document issue date in ISO
YYYY-MM-DD format.Identity document expiry date in ISO
YYYY-MM-DD format.