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: Retrieves the subscription item with the given ID.
SubscriptionItemService::retrieve Read More »
Method: Retrieves the plan with the given ID.
PlanService::retrieve Read More »
Method: Updates the plan or quantity of an item on a current subscription.
SubscriptionItemService::update Read More »
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: 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: 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: 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: Returns a list of your order returns. The returns are returned sorted by creation date, with the most recently created return appearing first.
OrderReturnService::all Read More »
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.
OrderReturnService::retrieve Read More »
Method: Returns a list of your subscription items for a given subscription.
SubscriptionItemService::all Read More »
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: 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 »