Skip to main content
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 RELIANCE verification 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.country must match basic_info.country_of_residence
  • Reference Data: occupation_id, purpose_id, and source_of_fund_ids are 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

Authorization
string
header
required

Bearer token authentication. Obtain token from Issue a Token endpoint

Body

application/json
verification_type
enum<string>
required
Available options:
STANDARD,
RELIANCE
Example:

"STANDARD"

basic_info
object
required
address
object
required
financial_profile
object
required
meta_data
object
Example:

Response

Individual customer created successfully

data
object