Get a discount
Returns a discount using its ID.
Path Parameters
Paddle ID of the discount entity to work with.
Response
Represents a discount entity.
Unique Paddle ID for this discount, prefixed with dsc_
.
Whether this entity can be used in Paddle. expired
and used
are set automatically by Paddle.
Short description for this discount for your reference. Not shown to customers.
Whether this discount can be applied by customers at checkout.
Unique code that customers can use to apply this discount at checkout.
Type of discount. Determines how this discount impacts the transaction total.
Amount to discount by. For percentage
discounts, must be an amount between 0.01
and 100
. For flat
and flat_per_seat
discounts, amount in the lowest denomination for a currency.
Supported three-letter ISO 4217 currency code. Required where discount type is flat
or flat_per_seat
.
Whether this discount applies for multiple subscription billing periods.
Amount of subscription billing periods that this discount recurs for. Requires recur
. null
if this discount recurs forever.
Maximum amount of times this discount can be used. This is an overall limit, rather than a per-customer limit. null
if this discount can be used an unlimited amount of times.
Product or price IDs that this discount is for. When including a product ID, all prices for that product can be discounted. null
if this discount applies to all products and prices.
RFC 3339 datetime string of when this discount expires. Discount can no longer be applied after this date has elapsed. null
if this discount can be applied forever.
Your own structured key-value data.
How many times this discount has been redeemed. Automatically incremented by Paddle when an order completes.
RFC 3339 datetime string of when this entity was created. Set automatically by Paddle.
RFC 3339 datetime string of when this entity was updated. Set automatically by Paddle.
Import information for this entity. null
if this entity is not imported.
Information about this response.
Unique ID for the request relating to this response. Provide this when contacting Paddle support about a specific request.