귀하의 계정을 위한 할인을 생성합니다.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Request body for creating a discount.
code is optional; if not provided, we generate a random 16-char code.
The discount amount.
discount_type is not percentage, amount is in USD cents. For example, 100 means $1.00.
Only USD is allowed.discount_type is percentage, amount is in basis points. For example, 540 means 5.4%.Must be at least 1.
The discount type (e.g. percentage, flat, or flat_per_unit).
percentage Optionally supply a code (will be uppercased).
When the discount expires, if ever.
List of product IDs to restrict usage (if any).
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.
How many times this discount can be used (if any). Must be >= 1 if provided.
Created discount
The discount amount.
discount_type is percentage, this is in basis points
(e.g., 540 => 5.4%).$1.00).The business this discount belongs to.
The discount code (up to 16 chars).
Timestamp when the discount is created
The unique discount ID
List of product IDs to which this discount is restricted.
How many times this discount has been used.
The type of discount, e.g. percentage, flat, or flat_per_unit.
percentage Optional date/time after which discount is expired.
Name for the Discount
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.