Enable server-side control over applying discounts to specific credit packages (e.g., 100, 500 credits) via the Creem API, without requiring redeemable codes or publicly exposed links.
Request Details
Discount model similar to Stripe's coupon system, where discounts are managed and applied exclusively by our backend system.
Mechanism: Discounts should be applicable based on conditions such as user ID, order details, or the specific package being purchased.
Implementation: The discount logic and application must be controlled entirely through a Creem API, ensuring zero exposure of codes or discount identifiers to the end user.
