Skip to main content
POST
Create Individual Customer
This endpoint will be deprecated on September 1, 2026. We recommend using the Create Individual Customer V2 endpoint instead.
Only English (Latin) characters are allowed as inputs for all fields.

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”

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