Coupon codes are used along with existing coupons in Chargebee. You can create a coupon set using a bunch of coupon codes and this coupon set will be associated with an existing coupon. A coupon code can only be applied to a single subscription and cannot be re-used.
Using coupon codes you can distribute several unique codes for a single main coupon, when you are running promotions.
string, max chars=50 Unique coupon code that can be redeemed only once.
status
enumerated string, default=not_redeemed Status of the coupon code.
Possible values are
not_redeemedCan be applied to a subscription.redeemedCannot be applied to a subscription as the coupon code has been already used.archivedCannot be applied to a subscription as it has been made inactive.
coupon_id
string, max chars=100 Id of the main coupon resource.
coupon_set_id
string, max chars=50 Uniquely identifies a coupon_set
coupon_set_name
string, max chars=50 Coupon set name to which this coupon code would be grouped under. If the coupon set with the passed name is not present, a new coupon set will be created.
optional, integer, default=10, min=1, max=100 The number of resources to be returned.
offset
optional, string, max chars=1000 Determines your position in the list for pagination. To ensure that the next page is retrieved correctly, always set offset to the value of next_offset obtained in the previous iteration of the API call.
optional, string filter Unique coupon code that can be redeemed only once. Supported operators : is, is_not, starts_with, in, not_in
Example →code[is] = "OFF2009"
coupon_id[<operator>]
optional, string filter Id of the main coupon resource. Supported operators : is, is_not, starts_with, in, not_in
Example →coupon_id[is] = "OFF20"
coupon_set_name[<operator>]
optional, string filter Coupon set name to which this coupon code would be grouped under. If the coupon set with the passed name is not present, a new coupon set will be created. Supported operators : is, is_not, starts_with
Example →coupon_set_name[is_not] = "OFF20"
status[<operator>]
optional, enumerated string filter Status of the coupon code. Possible values are : not_redeemed, redeemed, archived. Supported operators : is, is_not, in, not_in
always returned
Resource object representing coupon_code
next_offset
optional, string, max chars=1000
This attribute is returned only if more resources are present. To fetch the next set of resources use this value for the input parameter “offset”.