CouponService::create()
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: 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: Updates the specified refund by setting the values of the parameters passed. Any parameters not provided will be left unchanged.
RefundService::update 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 »
Method: Returns a list of all refunds you’ve previously created. The refunds are returned in sorted order, with the most recent refunds appearing first. For convenience, the 10 most recent refunds are always available by default on the charge object.
RefundService::all Read More »