Create a customer

Create a customer. The system does not check for duplications when a new customer is created.

Body Params
string
required

Customer's first name. Max of 50 characters.

string
required

Customer's last name. Max of 50 characters.

string
required

A valid email address that belongs to customer. Max of 255 characters.

string

Customer gender. Supported values are male or female.

address
object

The customer's address object that holds address details.

string

Customer home phone number. Max of 50 characters.

string

Customer mobile phone number. Max of 50 characters. Numeric only, in E.164 format.

string

The company name if the company is registered as a customer. Max of 100 characters.

string

Customer's date of birth. Supported format is YYYY-MM-DD.

string

Reference code that can be defined by you. This can be used to store a code used by your application to identify the customer. Max of 30 characters.

string

Specify an existing unique customer number to associate this customer with an existing customer of the same number. If this is a new customer, leave this field blank and a new unique customer number will be auto-generated and associated to this customer.

Headers
string
required

Merchant ID

Response

Language
Response
Choose an example:
application/json