Skip to main content
The SubscriptionDiscount object is used to apply discounts to subscription items, reducing the product price for subscribers.

Reference

id
string<uuid>
required
resource
enum<string>
required
Available options:
subscription-discount
title
null | string
required

The title of the discount shown to customers, typically displayed as a discount code.

Minimum string length: 1
target
object
required
value
object
required
recurringCycleLimit
null | integer
required

The number of billing cycles for which this discount will be applied. After the recurring cycle limit is met the discount will be removed from the subscription.

Required range: x >= 1