Skip to main content

StripeCustomer

A native Stripe Customer object (passed through unmodified). Only the fields LDS reads are documented; Stripe returns many more.

idstring

Stripe customer id.

Example: cus_QabC123def456
objectstring
Constant value: customer
emailstring,null<email>nullable
namestring | nullnullable
metadata object

Includes organization_id set to the owning organization's id.

organization_idstring
property name*string
property name*any

A native Stripe Customer object (passed through unmodified). Only the fields LDS reads are documented; Stripe returns many more.

StripeCustomer
{
"id": "cus_QabC123def456",
"object": "customer",
"email": "user@example.com",
"name": "string",
"metadata": {
"organization_id": "string"
}
}