PlanService::delete()
Method: Deleting plans means new subscribers can’t be added. Existing subscribers aren’t affected.
PlanService::delete 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.
Method: Deletes an item from the subscription. Removing a subscription item from a subscription will not cancel the subscription.
Method: Creates a usage record for a specified subscription item and date, and fills it with a quantity.
Method: Adds a new item to an existing subscription. No existing items will be changed or replaced.
Method: For the specified subscription item, returns a list of summary objects. Each object in the list provides usage information that’s been summarized from multiple usage records and over a subscription billing period (e.g., 15 usage records in the month of September).
SubscriptionItemService::allUsageRecordSummaries Read More »
Method: Returns a list of your subscription items for a given subscription.
Method: Retrieves the details of an existing order return. Supply the unique order ID from either an order return creation request or the order return list, and Stripe will return the corresponding order information.
Method: Returns a list of your order returns. The returns are returned sorted by creation date, with the most recently created return appearing first.
Method: Updates the specific product by setting the values of the parameters passed. Any parameters not provided will be left unchanged.
ProductService::update Read More »