{
   "id": "01hj0p5s3ygy2mx1czg2wzcc4x",
   "entity": "customer",
   "livemode": false,
   "name": "Hocine Saad",
   "email": null,
   "phone": null,
   "address": {
      "country": "Algeria",
      "state": "Tizi-Ouzou",
      "address": "123 Main Street"
   },
   "metadata": null,
   "created_at": 1702977791,
   "updated_at": 1702977791
}

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).