Create customer
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
The primary email address of the customer.
The first name of the customer.
The last name of the customer.
The phone number of the customer. Must include the country code.
The address of the customer.
The shipping address of the customer.
Additional metadata for the customer.
The locale preference of the customer.
en_US
, fr_FR
Unique string of your choice to reconcile with your internal system.
Response
The id of the customer.
The primary email address of the customer.
The first name of the customer.
The last name of the customer.
The phone number of the customer.
Wether the customer is in live mode or test mode.
Wether the customer is blocked or not.
The id of the organization.
The id of the shippingAddress.
The id of the shippingAddress.
Additional metadata for the customer.
The id of the user who created the customer.
The id of the user who blocked the customer.
The id of the user who last updated the customer.