ExchangeRateService::all()
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: 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 »
Method: Deleting plans means new subscribers can’t be added. Existing subscribers aren’t affected.
PlanService::delete Read More »
Method: You can now model subscriptions more flexibly using the Prices API. It replaces the Plans API and is backwards compatible to simplify your migration.
PlanService::create Read More »
Method: Returns a list of your plans.
Method: Retrieves a Mandate object.
MandateService::retrieve Read More »
Method: Updates the amount or description of an invoice item on an upcoming invoice.
Method: Deletes an invoice item, removing it from an invoice. Deleting invoice items is only possible when they’re not attached to invoices, or if it’s attached to a draft invoice.
Method: Creates an item to be added to a draft invoice (up to 250 items per invoice). If no invoice is specified, the item will be on the next invoice created for the customer specified.
Method: Returns a list of your invoice items. Invoice items are returned sorted by creation date, with the most recently created invoice items appearing first.
Method: Updates the plan or quantity of an item on a current subscription.