POST
Create Customer

Authorizations

app-id
string
header
required

A unique identifier assigned to each application.

secret-key
string
header
required

A secure token associated with the app-id.

Body

application/json
email
string
required

Customer's email

first_name
string
required

Customer's first name

last_name
string
required

Customer's last name

dob
string
required

Customer date of birth format 'yyyy-mm-dd'

phone
string
required

Customer's phone

Example:

"+61-412345678"

gender
enum<string>
required

Customer's Gender

Available options:
male,
female,
other
Example:

"male"

street
string
required

The primary name of an address's street.

city
string
required

Name of an address's city or town.

postal_code
string
required

The address's postcode

state
string
required

The address's state / province / country. When country is US, CA, or AU, this field is required and must be a valid state/province code for that country (e.g., CA for California, NSW for New South Wales, ON for Ontario).

country
string
required

ISO 3166-1 alpha-2 country code.

identity
object
required
middle_name
string

Customer's middle name

street2
string

The secondary name of an address's street.

type
enum<string>

Customer type. Allowed values: individual, organization. If provided, must be one of the valid types.

Available options:
individual,
organization
Example:

"organization"

reg_no
string

Registration number. Required when type is organization.

Example:

"10242424"

Response

Created

uuid
string
email
string