Create Individual Customer V2
Create Individual Customer
Create Individual Customer V2
Create a new individual customer with verification details, basic info, address, and financial profile.
POST
Create Individual Customer V2
Only English (Latin) characters are allowed as inputs for all fields. If any field contains non-ASCII characters, provide a transliterated (Latin) value in the corresponding
_en field (e.g., first_name_en, street_line_1_en).Important Requirements
- Email Address: Must be all lowercase or you will receive a validation error
- RELIANCE Verification: If you attempt to use
RELIANCEverification type but it’s not enabled for your client, you will receive a 423 error with message: “RELIANCE is not available for your client” - Address country:
address.countrymust matchbasic_info.country_of_residence - Reference Data:
occupation_id,purpose_id, andsource_of_fund_idsare integer foreign keys. Fetch valid values from List Occupations, List Account Purposes, and List Source of Funds - subdivision_code: Pass the ISO 3166-2 code. For example for CA, pass US-CA.
Authorizations
Bearer token authentication. Obtain token from Issue a Token endpoint
Body
application/json
Response
Individual customer created successfully
