Customer
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.
- idType: stringmax length:100required
Unique identifier for the object.
- livemodeType: booleanrequired
Has the value
trueif the object exists in live mode or the valuefalseif the object exists in test mode. - 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.
- paymentType: array object[] · PaymentMethod[]
_methods List of payment methods attached to the customer.
PaymentMethod objects represent your customer's payment instruments. You can use them with PaymentIntents to collect payments or save them to Customer objects to store instrument details for future payments.
- phoneType: string | nullmax length:5000
The customer's phone number.
- preferredType: array string[] | null
_locales The customer's preferred locales (languages), ordered by preference.

