Coupons
Apply coupon to customer
Apply a coupon to a specific customer, optionally linked to a subscription.
post/api/coupons/apply
Request body
Response
Coupon applied
Example response
{
"amountOff": "20.0000",
"usesRemaining": 3
}Apply a coupon to a specific customer, optionally linked to a subscription.
Coupon applied
{
"amountOff": "20.0000",
"usesRemaining": 3
}