SubscriptionItemService::retrieve()
Method: Retrieves the subscription item with the given ID.
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 »
Method: Retrieves the details of an existing product. Supply the unique product ID from either a product creation request or the product list, and Stripe will return the corresponding product information.
ProductService::retrieve Read More »
Method: Delete a product. Deleting a product is only possible if it has no prices associated with it. Additionally, deleting a product with type=good is only possible if it has no SKUs associated with it.
ProductService::delete Read More »
Method: Creates a new product object.
ProductService::create Read More »
Method: Returns a list of your products. The products are returned sorted by creation date, with the most recently created products appearing first.
ProductService::all Read More »
Method: Updates the metadata of a coupon. Other coupon details (currency, duration, amount_off) are, by design, not editable.
CouponService::update Read More »
Method: Retrieves the coupon with the given ID.
CouponService::retrieve Read More »
Method: You can delete coupons via the coupon management page of the Stripe dashboard. However, deleting a coupon does not affect any customers who have already applied the coupon; it means that new customers can’t redeem the coupon. You can also delete coupons via the API.
CouponService::delete Read More »
Method: You can create coupons easily via the coupon management page of the Stripe dashboard. Coupon creation is also accessible via the API if you need to create coupons on the fly.
CouponService::create Read More »
Method: Returns a list of your coupons.
CouponService::all Read More »
Method: Download the PDF for a finalized quote.
Method: A quote models prices and services for a customer.
QuoteService::update Read More »