Coupon
Create coupon
This endpoint allows the creation of coupons, which can then be redeemed at subscription creation or plan change.
post/coupons
Request body
Example request
{
"redemption_code": "HALFOFF",
"duration_in_months": 12
}Response
Created
Example response
{
"id": "7iz2yanVjQoBZhyH",
"redemption_code": "HALFOFF",
"discount": {
"applies_to_price_ids": [
"h74gfhdjvn7ujokd",
"7hfgtgjnbvc3ujkl"
],
"percentage_discount": 0.15
},
"duration_in_months": 12
}