Optionalparams: Stripe.CustomerCreateParamsOptionaloptions: RequestOptionsCreates a new customer object.
Optionaloptions: RequestOptionsRetrieves a Customer object.
Optionalparams: CustomerRetrieveParamsOptionaloptions: RequestOptionsRetrieves a Customer object.
Optionaloptions: RequestOptionsUpdates the specified customer by setting the values of the parameters passed. Any parameters not provided are left unchanged. For example, if you pass the source parameter, that becomes the customer's active source (such as a card) to be used for all charges in the future. When you update a customer to a new valid card source by passing the source parameter: for each of the customer's current subscriptions, if the subscription bills automatically and is in the past_due state, then the latest open invoice for the subscription with automatic collection enabled is retried. This retry doesn't count as an automatic retry, and doesn't affect the next regularly scheduled payment for the invoice. Changing the default_source for a customer doesn't trigger this behavior.
This request accepts mostly the same arguments as the customer creation call.
Optionalparams: Stripe.CustomerUpdateParamsOptionaloptions: RequestOptionsReturns a list of your customers. The customers are returned sorted by creation date, with the most recent customers appearing first.
Optionalparams: CustomerListParamsOptionaloptions: RequestOptionsReturns a list of your customers. The customers are returned sorted by creation date, with the most recent customers appearing first.
Optionaloptions: RequestOptionsPermanently deletes a customer. It cannot be undone. Also immediately cancels any active subscriptions on the customer.
Optionalparams: CustomerDeleteParamsOptionaloptions: RequestOptionsPermanently deletes a customer. It cannot be undone. Also immediately cancels any active subscriptions on the customer.
Optionaloptions: RequestOptionsCreates an immutable transaction that updates the customer's credit balance.
Optionaloptions: RequestOptionsRetrieve funding instructions for a customer cash balance. If funding instructions do not yet exist for the customer, new funding instructions will be created. If funding instructions have already been created for a given customer, the same funding instructions will be retrieved. In other words, we will return the same funding instructions each time.
Optionaloptions: RequestOptionsWhen you create a new credit card, you must specify a customer or recipient on which to create it.
If the card's owner has no default card, then the new card will become the default. However, if the owner already has a default, then it will not change. To change the default, you should update the customer to have a new default_source.
Optionaloptions: RequestOptionsCreates a new tax_id object for a customer.
Optionaloptions: RequestOptionsRemoves the currently applied discount on a customer.
Optionalparams: CustomerDeleteDiscountParamsOptionaloptions: RequestOptionsRemoves the currently applied discount on a customer.
Optionaloptions: RequestOptionsDelete a specified source for a given customer.
Optionalparams: CustomerDeleteSourceParamsOptionaloptions: RequestOptionsDelete a specified source for a given customer.
Optionaloptions: RequestOptionsDeletes an existing tax_id object.
Optionalparams: CustomerDeleteTaxIdParamsOptionaloptions: RequestOptionsDeletes an existing tax_id object.
Optionaloptions: RequestOptionsReturns a list of transactions that updated the customer's balances.
Optionalparams: CustomerListBalanceTransactionsParamsOptionaloptions: RequestOptionsReturns a list of transactions that updated the customer's balances.
Optionaloptions: RequestOptionsReturns a list of transactions that modified the customer's cash balance.
Optionalparams: CustomerListCashBalanceTransactionsParamsOptionaloptions: RequestOptionsReturns a list of transactions that modified the customer's cash balance.
Optionaloptions: RequestOptionsReturns a list of PaymentMethods for a given Customer
Optionalparams: Stripe.CustomerListPaymentMethodsParamsOptionaloptions: RequestOptionsReturns a list of PaymentMethods for a given Customer
Optionaloptions: RequestOptionsList sources for a specified customer.
Optionalparams: CustomerListSourcesParamsOptionaloptions: RequestOptionsList sources for a specified customer.
Optionaloptions: RequestOptionsReturns a list of tax IDs for a customer.
Optionalparams: CustomerListTaxIdsParamsOptionaloptions: RequestOptionsReturns a list of tax IDs for a customer.
Optionaloptions: RequestOptionsRetrieves a specific customer balance transaction that updated the customer's balances.
Optionalparams: CustomerRetrieveBalanceTransactionParamsOptionaloptions: RequestOptionsRetrieves a specific customer balance transaction that updated the customer's balances.
Optionaloptions: RequestOptionsRetrieves a customer's cash balance.
Optionalparams: CustomerRetrieveCashBalanceParamsOptionaloptions: RequestOptionsRetrieves a customer's cash balance.
Optionaloptions: RequestOptionsRetrieves a specific cash balance transaction, which updated the customer's cash balance.
Optionalparams: CustomerRetrieveCashBalanceTransactionParamsOptionaloptions: RequestOptionsRetrieves a specific cash balance transaction, which updated the customer's cash balance.
Optionaloptions: RequestOptionsRetrieves a PaymentMethod object for a given Customer.
Optionalparams: CustomerRetrievePaymentMethodParamsOptionaloptions: RequestOptionsRetrieves a PaymentMethod object for a given Customer.
Optionaloptions: RequestOptionsRetrieve a specified source for a given customer.
Optionalparams: CustomerRetrieveSourceParamsOptionaloptions: RequestOptionsRetrieve a specified source for a given customer.
Optionaloptions: RequestOptionsRetrieves the tax_id object with the given identifier.
Optionalparams: CustomerRetrieveTaxIdParamsOptionaloptions: RequestOptionsRetrieves the tax_id object with the given identifier.
Optionaloptions: RequestOptionsSearch for customers you've previously created using Stripe's Search Query Language. Don't use search in read-after-write flows where strict consistency is necessary. Under normal operating conditions, data is searchable in less than a minute. Occasionally, propagation of new or updated data can be up to an hour behind during outages. Search functionality is not available to merchants in India.
Optionaloptions: RequestOptionsMost credit balance transaction fields are immutable, but you may update its description and metadata.
Optionalparams: CustomerUpdateBalanceTransactionParamsOptionaloptions: RequestOptionsMost credit balance transaction fields are immutable, but you may update its description and metadata.
Optionaloptions: RequestOptionsChanges the settings on a customer's cash balance.
Optionalparams: Stripe.CustomerUpdateCashBalanceParamsOptionaloptions: RequestOptionsChanges the settings on a customer's cash balance.
Optionaloptions: RequestOptionsUpdate a specified source for a given customer.
Optionalparams: Stripe.CustomerUpdateSourceParamsOptionaloptions: RequestOptionsUpdate a specified source for a given customer.
Optionaloptions: RequestOptionsVerify a specified bank account for a given customer.
Optionalparams: CustomerVerifySourceParamsOptionaloptions: RequestOptionsVerify a specified bank account for a given customer.
Optionaloptions: RequestOptions
Creates a new customer object.