Stripe
Manage Stripe customers, products, prices, subscriptions, and more.Resources
Customer
Create and manage Stripe customers.Props
string
Customer’s email address
string
The customer’s full name or business name
string
An arbitrary string attached to the object
string
The customer’s phone number
object
The customer’s address
object
The customer’s shipping information
Record<string, string>
Set of key-value pairs that you can attach to an object
number
An integer amount in cents that represents the customer’s current balance
string
The prefix for the customer used to generate unique invoice numbers
string[]
Customer’s preferred languages, ordered by preference
'exempt' | 'none' | 'reverse'
The customer’s tax exemption status
object
Default invoice settings for this customer
string
The ID of the PaymentMethod to attach to the customer
Secret
API key to use (overrides environment variable)
boolean
If true, adopt existing resource if creation fails due to conflict
Returns
string
The ID of the customer
'customer'
String representing the object’s type
string
Customer’s email address
string
The customer’s full name or business name
number
Time at which the object was created
boolean
Has the value true if the object exists in live mode or the value false if the object exists in test mode
string
Three-letter ISO code for the currency the customer can be charged in for recurring billing purposes
string
ID of the default payment source for the customer
boolean
Whether or not the customer is currently delinquent
object
The customer’s address
object
The customer’s shipping information
object
Set of key-value pairs attached to the object