Customers
The Customer Object
{
"id": "cus_abc123def456",
"object": "customer",
"email": "[email protected]",
"name": "John Doe",
"phone": "+1234567890",
"address": {
"line1": "123 Main St",
"line2": "Apt 4B",
"city": "San Francisco",
"state": "CA",
"postalCode": "94102",
"country": "US"
},
"companyName": "Acme Inc",
"taxId": "12-3456789",
"description": "VIP customer",
"metadata": {
"tier": "gold",
"source": "referral"
},
"created": 1706554800,
"updated": 1706554800
}Attributes
Attribute
Type
Description
Expanded Attributes
Attribute
Type
Description
Endpoints
Method
Endpoint
Description
Last updated