Customer object
This object represents a customer of your business. Use it to create recurring charges, save payment and contact information, and track payments that belong to the same customer.
- createdType: stringFormat: date-timerequired
Time at which the object was created. Measured in seconds since the Unix epoch.
- livemodeType: booleanrequired
Has the value
trueif the object exists in live mode or the valuefalseif the object exists in test mode. - idType: stringmax length:100required
Unique identifier for the object.
- address
The customer's address.
- emailType: string | nullmax length:1000
The customer's email address.
- invoice
_settings Customer invoice settings
- nameType: string | nullmax length:5000
The customer's full name or business name.
- phoneType: string | nullmax length:5000
The customer's phone number.
- preferredType: array string[] | null
_locales The customer's preferred locales (languages), ordered by preference.

