CouponService::all()
Method: Returns a list of your coupons.
CouponService::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 »
Method: Adds a new item to an existing subscription. No existing items will be changed or replaced.
SubscriptionItemService::create 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: Retrieves the coupon with the given ID.
CouponService::retrieve Read More »
Method: When retrieving a quote, there is an includable computed.upfront.line_items property containing the first handful of those items. There is also a URL where you can retrieve the full (paginated) list of upfront line items.
QuoteService::allComputedUpfrontLineItems Read More »
Method: When retrieving a quote, there is an includable line_items property containing the first handful of those items. There is also a URL where you can retrieve the full (paginated) list of line items.
QuoteService::allLineItems Read More »
Method: A quote models prices and services for a customer. Default options for header, description, footer, and expires_at can be set in the dashboard via the quote template.
QuoteService::create Read More »
Method: Creates a new shipping rate object.
ShippingRateService::create Read More »
Method: Retrieves the quote with the given ID.
QuoteService::retrieve Read More »
Method: Returns the shipping rate object with the given ID.
ShippingRateService::retrieve Read More »
Method: A quote models prices and services for a customer.
QuoteService::update Read More »
Method: Updates an existing shipping rate object.
ShippingRateService::update Read More »