Skip to main content
POST
cURL

Create Customer

Error Codes and Messages

Authorizations

X-API-KEY
string
header
required

API Key for authentication

X-TIMESTAMP
string
header
required

Current timestamp in seconds since epoch

X-SIGNATURE
string
header
required

HMAC SHA256 signature of the request encoded in Base64

Body

application/json
full_name
string
required

Full name of the customer

Example:

"John Doe"

email
string
required

Email address of the customer

Example:

"john@example.com"

phone
string
required

Phone number of the customer

Example:

"9911002211"

alpha_3_country_code
string
required

Country code (based on nationality)

Example:

"IND"

client_reference_id
string

Optional customer reference ID

Example:

"test123"

non_residence_status
boolean

Boolean to define if the customer is a non-resident

Example:

true

residence_alpha_3_country_code
string

Country code (based on country of residence)

Example:

"USA"

Response

Customer created successfully

status
boolean
Example:

true

message
string
Example:

"Success"

data
object