Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Body
Your unique identifier for the customer
Customer's name
Customer's email address
Unique identifier (eg, serial number) to detect duplicate customers and prevent free trial abuse
Additional metadata for the customer
Stripe customer ID if you already have one
Response
Your unique identifier for the customer.
Timestamp of customer creation in milliseconds since epoch.
The name of the customer.
The email address of the customer.
A unique identifier (eg. serial number) to de-duplicate customers across devices or browsers. For example: apple device ID.
Stripe customer ID.
The environment this customer was created in.
sandbox, live The metadata for the customer.
The products the customer has access to.
The features a customer has access to as a dictionary of feature IDs to customer feature objects.
The invoices for the customer. Returned only if invoices is provided in the expand parameter.
The entities for the customer. Returned only if entities is provided in the expand parameter.
The trials used for the customer. Returned only if trials_used is provided in the expand parameter.
The rewards for the customer. Returned only if rewards is provided in the expand parameter.
The referrals for the customer. Returned only if referrals is provided in the expand parameter.
The upcoming invoice for the customer. Returned only if upcoming_invoice is provided in the expand parameter.
The payment method for the customer on Stripe. Returned only if payment_method is provided in the expand parameter.

