Get discount
Returns a single discount by id.
Authorizations
Organization API key using Authorization: Bearer sk_....
Path Parameters
Identifier of the discount.
Response
Discount details
Discount details. Returns null if not found.
Unique identifier of the discount.
"disc_1234567890abcdefghij"
When the discount was created.
"2025-01-01T00:00:00.000Z"
When the discount was last updated.
"2025-01-01T00:00:00.000Z"
When the discount was deleted, if applicable.
null
Display name of the discount.
"Buen Fin 20%"
Optional description of the discount.
null
Identifier of the owning organization.
"org_1234567890abcdefghij"
Whether the discount is a fixed amount (FIXED) or a percentage (PERCENTAGE).
FIXED, PERCENTAGE "PERCENTAGE"
Fixed discount amount in minor currency units. Only set when type is FIXED.
30000
Percentage to discount. Only set when type is PERCENTAGE.
20
Whether the discount is currently available for new applications.
true
Whether this discount was created for a single-use custom charge.
false
Optional date after which the discount can no longer be applied.
null
Maximum total number of times this discount can be applied across all customers.
3