Creates a new customer for a business.
POST
/v2/customers
Creates a new customer for a business.
You must provide at least one of the following values in your request to this endpoint:
given_name
family_name
company_name
email_address
phone_number
The idempotency key for the request. For more information, see Idempotency.
The given name (that is, the first name) associated with the customer profile.
The family name (that is, the last name) associated with the customer profile.
An optional second ID used to associate the customer profile with an entity in another system.
The birthday associated with the customer profile, in RFC 3339 format. The year is optional. The timezone and time are not allowed. For example, 0000-09-21T00:00:00-00:00
represents a birthday on September 21 and 1998-09-21T00:00:00-00:00
represents a birthday on September 21, 1998. You can also specify this value in YYYY-MM-DD
format.