Create a new customer (individual or corporation). This operation will not perform KYC/KYB on your behalf, and is only available to regulated clients. For non regulated clients you must onboard via the application process
Authorization | string OAuth bearer token (see authentication flows) |
x-l2f-request-id | string Optional Unique ID per request, useful for fault resolution/diagnosis and audit. |
x-l2f-idempotency-id | string Unique ID used to safely retry an operation. See idempotency section for more details. |
id required | string Unique Identifier for the customer |
customer_type required | string Type of customer |
first_name required | string First name |
middle_name | string Middle Name(s) (if present) |
last_name required | string Last name |
email_address | string Email Address |
object (mailing_address) Mailing Address | |
telephone_number | string Telephone Number in E.164 format |
tax_reference_number | string Tax reference number of the individual (SSN, ITIN, SIN, National Insurance Number etc) |
passport_number | string Passport Number |
nationality | string Nationality (2 Digit ISO31661-Alpha2 Format - https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) |
date_of_birth | string <date> RFC3339 (YYYY-MM-DD) Date of Birth |
us_residency_status | string US Residency Status |
employment_status | string Employment Status |
employment_description | string Employment (job) description. |
employer_name | string Employer name |
occupation | string Occupation |
object (ProfileIndividualInvesting) Investment Profile of the Individual | |
object (ProfileIndividualKYC) KYC Profile of the Individual |
Success
Bad Request
Unauthorized
Not Found
Internal Error
{- "id": "string",
- "customer_type": "INDIVIDUAL",
- "first_name": "string",
- "middle_name": "string",
- "last_name": "string",
- "email_address": "string",
- "mailing_address": {
- "unit_number": "string",
- "address_line1": "string",
- "address_line2": "string",
- "address_line3": "string",
- "city": "string",
- "state": "string",
- "postal_code": "string",
- "country_code": "string"
}, - "telephone_number": "string",
- "tax_reference_number": "string",
- "passport_number": "string",
- "nationality": "string",
- "date_of_birth": "2019-08-24",
- "us_residency_status": "US_CITIZEN",
- "employment_status": "EMPLOYEE",
- "employment_description": "string",
- "employer_name": "string",
- "occupation": "string",
- "investment_profile": {
- "primary_source_of_funds": "EMPLOYMENT",
- "primary_source_of_funds_description": "string",
- "total_assets": "UPTO_10K",
- "usd_value_of_fiat": "UPTO_10K",
- "monthly_deposits": "UPTO_5",
- "monthly_withdrawals": "UPTO_5",
- "monthly_investment_deposit": "UPTO_1K",
- "monthly_investment_withdrawal": "UPTO_1K",
- "usd_value_of_crypto": "UPTO_10K",
- "monthly_crypto_deposits": "UPTO_5",
- "monthly_crypto_withdrawals": "UPTO_5",
- "monthly_crypto_investment_deposit": "UPTO_1K",
- "monthly_crypto_investment_withdrawal": "UPTO_1K"
}, - "kyc_profile": {
- "funds_send_receive_jurisdictions": [
- "string"
], - "engage_in_activities": [
- "NONE"
]
}
}
{- "data": {
- "id": "string"
}
}