CouponService
Class: No description found
Class: No description found
Method: Returns a list of your coupons.
CouponService::all 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: 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: Updates the metadata of a coupon. Other coupon details (currency, duration, amount_off) are, by design, not editable.
CouponService::update Read More »