The customer object
Attributes
id
string
Unique identifier for the object.
address_line1
string
Address line 1
address_city
string
Address city
address_country
string
Address country
address_line2
string
Address line 2
address_zip
string
Address zip
address_state
string
Address state
created_at
int
Time at which the object was created. Measured in nano seconds since the Unix epoch.
currency
string
Three-letter ISO code for the currency the customer can be charged in for recurring billing purposes.
default_source
string
ID of the default payment source for the customer.
description
string
An arbitrary string attached to the object. Often useful for displaying to users.
string
The customer’s email address.
first_name
string
The customer’s first name.
last_name
string
The customer’s last name.
phone
string
The customer’s phone number.
metadata
hash
Contain key, value pair with information that merchant want to store on customer object.
default_locale
string
Customer’s preferred default language.
Last updated