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
}Changes
Changed in 1 of the 2 revisions of this API.1
- ○
endpoint added
endpoint-added
- ○