코드로 할인 받기
내부 할인 ID 대신 코드 이름(예: ‘SAVE20’)으로 할인을 검증하고 검색합니다.
인증
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
The unique discount ID
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. Currently only percentage is supported.
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.