Clients
Create client
Create a new individual client for the company.
POST
Creates a new individual client for the company with personal information, contact preferences, and optional identity documents. Requires an API key with access level 3 or higher.
Body
Phone country code.
Phone number.
Client username.
Client first name.
Client middle or second name.
Client last name.
Enable OTP authentication.
Enable SMS notifications.
Enable WhatsApp notifications.
Enable Telegram notifications.
Client email address.
Client gender.
Date of birth (yyyy-mm-dd).
Document expiration date (yyyy-mm-dd).
Physical address object with
street_line_1, street_line_2, city, postal_code, state, country.state uses ISO 3166-2 codes that identify country subdivisions in the format {COUNTRY}-{SUBDIVISION} (e.g., USA-CA for California).Individual identification number (e.g., SSN, Tax ID).
Individual identification type (e.g.,
SSN).Enable bank ramp functionality.
Enable credit card ramp functionality.
Enable individual cards (Rain) functionality.
Client occupation (required for Rain).
Client annual salary (required for Rain).
Account purpose (required for Rain).
Expected monthly volume (required for Rain).
List of identity documents with fields
id, name, description, issuing_country, number, image_front, image_back.issuing_country uses ISO 3166-1 alpha-3 country codes (e.g., USA).Response
Unique client identifier.
Company identifier.
Client type:
individual or business.Account status.
Client first name.
Client last name.
Client email.
Phone country code.
Phone number.
Creation timestamp.
Last update timestamp.

