Create customer

Creates a new customer for the authenticated company.

Use customers to store and reuse buyer information (for example name, email, phone, and addresses). The created customer can be referenced later when creating orders and other resources.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params

requested field for customer

Customer create request.

string
required

Customer's name.

string
required

Customer email address.

string | null

Customer phone number.

boolean
Defaults to false

Indicates whether the customer email is corporate.

string

Merchant-defined reference used to identify the customer in your system.

metadata
object

Arbitrary metadata associated with the customer.

payment_sources
array of objects

Customer payment sources to be created with the customer (optional).

payment_sources
fiscal_entities
array of objects

Customer fiscal entities to be created with the customer (optional).

fiscal_entities
shipping_contacts
array of objects

Customer shipping contacts to be created with the customer (optional).

shipping_contacts
Headers
string
enum
Defaults to es

Use for knowing which language to use

Allowed:
string

In the case of a holding company, the company id of the child company to which will process the request.

Responses

Language
Credentials
Bearer
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/vnd.app-v2.1.0+json