Vai al contenuto principale
GET
JavaScript

Autorizzazioni

Authorization
string
header
obbligatorio

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Parametri del percorso

code
string
obbligatorio

The discount code (e.g., 'SAVE20')

Risposta

Fetched discount by code

amount
integer<int32>
obbligatorio

The discount amount in basis points (e.g., 540 => 5.4%).

business_id
string
obbligatorio

The business this discount belongs to.

code
string
obbligatorio

The discount code (up to 16 chars).

created_at
string<date-time>
obbligatorio

Timestamp when the discount is created

discount_id
string
obbligatorio

The unique discount ID

metadata
Metadata · object
obbligatorio

Arbitrary key-value metadata. Values can be string, integer, number, or boolean.

preserve_on_plan_change
boolean
obbligatorio

Whether this discount should be preserved when a subscription changes plans. Default: false (discount is removed on plan change)

restricted_to
string[]
obbligatorio

List of product IDs to which this discount is restricted.

times_used
integer<int32>
obbligatorio

How many times this discount has been used.

type
enum<string>
obbligatorio

The type of discount. Currently only percentage is supported.

Opzioni disponibili:
percentage
expires_at
string<date-time> | null

Optional date/time after which discount is expired.

name
string | null

Name for the Discount

subscription_cycles
integer<int32> | null

Number of subscription billing cycles this discount is valid for. If not provided, the discount will be applied indefinitely to all recurring payments related to the subscription.

usage_limit
integer<int32> | null

Usage limit for this discount, if any.

Ultima modifica il 1 aprile 2026