通过代码获取折扣
通过折扣代码名称(例如,‘SAVE20’)验证并检索折扣,而不是使用内部折扣 ID.
授权
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
路径参数
The discount code (e.g., 'SAVE20')
响应
Fetched discount by code
The discount amount in basis points (e.g., 540 => 5.4%).
The business this discount belongs to.
The discount code (up to 16 chars).
Timestamp when the discount is created
Who may redeem this discount code.
any, first_time, existing, specific The unique discount ID
Arbitrary key-value metadata. Values can be string, integer, number, or boolean.
Whether this discount should be preserved when a subscription changes plans. Default: false (discount is removed on plan change)
List of product IDs to which this discount is restricted.
How many times this discount has been used.
The type of discount (percentage or flat).
flat, percentage Per-currency options (flat deduction / percentage cap + minimum subtotal). Empty for discounts without any configured currency options.
Optional date/time after which discount is expired.
Name for the Discount
Maximum number of times a single customer may redeem this discount, if any.
Optional date/time before which the discount is not yet active. NULL = active immediately.
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 for this discount, if any.