Skip to main content
POST
Create customer

Body

application/json
type
enum<string>
required
Available options:
individual,
business
first_name
string
required
last_name
string
required
email
string<email>
required
phone
string
date_of_birth
string<date>
nationality
string
address
object
metadata
object

Response

201 - application/json

Customer created successfully

id
string<uuid>
type
string
first_name
string
last_name
string
email
string
phone
string
date_of_birth
string
nationality
string
address
object
kyc_status
string
verification_level
string
metadata
object
created_at
string<date-time>
updated_at
string<date-time>