CustomerService::delete()
Method: Permanently deletes a customer. It cannot be undone. Also immediately cancels any active subscriptions on the customer.
CustomerService::delete Read More »
Method: Permanently deletes a customer. It cannot be undone. Also immediately cancels any active subscriptions on the customer.
CustomerService::delete Read More »
Method: Creates a new TaxID object for a customer.
CustomerService::createTaxId Read More »
Method: When you create a new credit card, you must specify a customer or recipient on which to create it.
CustomerService::createSource Read More »
Method: Creates an immutable transaction that updates the customer’s credit balance.
CustomerService::createBalanceTransaction Read More »
Method: Creates a new customer object.
CustomerService::create Read More »
Method: Returns a list of tax IDs for a customer.
CustomerService::allTaxIds Read More »
Method: List sources for a specified customer.
CustomerService::allSources Read More »
Method: Returns a list of PaymentMethods for a given Customer.
CustomerService::allPaymentMethods Read More »
Method: Returns a list of transactions that updated the customer’s balances.
CustomerService::allBalanceTransactions Read More »
Method: Returns a list of your customers. The customers are returned sorted by creation date, with the most recent customers appearing first.
CustomerService::all Read More »
Method: Retrieves the exchange rates from the given currency to every supported currency.
Method: Returns a list of objects that contain the rates at which foreign currencies are converted to one another. Only shows the currencies for which Stripe supports.
Method: Retrieves the details of a SetupIntent that has previously been created.
Method: Confirm that your customer intends to set up the current or provided payment method. For example, you would confirm a SetupIntent when a customer hits the “Save” button on a payment method management page on your website.
Method: A SetupIntent object can be canceled when it is in one of these statuses: requires_payment_method, requires_confirmation, or requires_action.
Method: Updates the specified plan by setting the values of the parameters passed. Any parameters not provided are left unchanged. By design, you cannot change a plan’s ID, amount, currency, or billing cycle.
PlanService::update Read More »
Method: Retrieves the plan with the given ID.
PlanService::retrieve Read More »