Customers
The Customer object
This represents a customer of your business.
Attributes
id
string
The unique identifier of the customer.
entity
string
A String representing the type of the object.
livemode
boolean
A “True” value means the request was made in Live Mode, while “False” indicates Test Mode.
name
string
A String representing the name of the customer.
email
nullable, string
The email of the customer.
phone
nullable, string
The hone number of the customer.
address
nullable, object
The address of the customer
metadata
dictionary
A Set of key-value pairs that can be used to store additional information about the customer.
created_at
timestamp
Timestamp indicating when the customer was created.
updated_at
timestamp
Timestamp indicating when the last time the customer was updated (edited).