Object Example
Customer Object Demo
Unique identifier for the object.
String representing the object’s type. Objects of the same type share the same value.
The customer’s address.
The current balance, if any, that’s stored on the customer. If negative, the customer has credit to apply to their next invoice. If positive, the customer has an amount owed that’s added to their next invoice. The balance only considers amounts that Stripe hasn’t successfully applied to any invoice. It doesn’t reflect unpaid invoices. This balance is only taken into account after invoices finalize.
Time at which the object was created. Measured in seconds since the Unix epoch.
Three-letter ISO code for the currency the customer can be charged in for recurring billing purposes.
ID of the default payment source for the customer.
Tracks the most recent state change on any invoice belonging to the customer. Paying an invoice or marking it uncollectible via the API will set this field to false. An automatic payment failure or passing the invoice.due_date will set this field to true.
Describes the current discount active on the customer, if there is one.
The customer’s email address.