Create
Creates a new customer.
Model Attributes
If set to `true` the shipping address will be used for the billing address.
The customer’s email address.
Set to `true` if this customer is in live mode, and set to `false` if it is in test mode.
The customer’s full name or business name.
The customer’s phone number.
Set to `true` if this customer has unsubscribed from from opt-in emails (i.e. abandoned cart emails).
The billing address for the customer.
The UUID of the default payment method.
The shipping address for the customer.
The tax identifier to set for this customer.
Response Attributes
The UUID of the specific object.
A string describing the object type returned.
If set to `true` the shipping address will be used for the billing address.
The customer’s email address.
Set to `true` if this customer is in live mode, and set to `false` if it is in test mode.
The customer’s full name or business name.
The customer’s phone number.
Set to `true` if this customer has unsubscribed from from opt-in emails (i.e. abandoned cart emails).
Whether or not this customer is included in the `/customers` list endpoint. Only customers that have been manually created or have a purchase are indexed.
A list of this customer's balances.
The billing address for the customer.
The default payment method for the customer.
A list of this customer's licenses.
A list of this customer's purchases.
The shipping address for the customer.
The associated tax identifier.
Time at which the object was created. Measured in seconds since the Unix epoch.
Time at which the object was last updated. Measured in seconds since the Unix epoch.