Skip to main content
Question

Are customer-entered Paddle discount codes supported in RevenueCat Web Purchase Links?

  • August 18, 2026
  • 1 reply
  • 10 views

Forum|alt.badge.img+3

We use a RevenueCat Web Purchase Link with Paddle Billing as the payment provider.

In Paddle Sandbox, our discount is active, has a customer-facing code, and enabled_for_checkout is on. We also enabled “Display discount field on the checkout” in Paddle’s Checkout settings.

However, the embedded Paddle checkout opened through our pay.rev.cat Purchase Link shows no “Add discount” / promo-code field.

Paddle’s docs say customer code entry is controlled by showAddDiscounts. Inspecting the RevenueCat-hosted checkout bundle, it appears to initialize Paddle with showAddDiscounts: false by default.

Is customer-entered Paddle discount-code redemption currently unsupported for RevenueCat Web Purchase Links? If it is supported, where can we enable or override showAddDiscounts for a Paddle web config or individual Purchase Link?

We are specifically asking about a user manually entering a Paddle discount code—not RevenueCat Billing discounts, which do not apply to our Paddle-backed products.

1 reply

alejandra-wetsch
RevenueCat Staff
Forum|alt.badge.img+6

Hey ​@recordo

Thank you for reporting this!

You’re correct that the showAddDiscounts needs to be set as true and passed to the Paddle Checkout Session for it to display the option to enter a discount code.

The Engineering team has just added a new section under the Paddle App Configuration called ‘Checkout’, where you can enable this for each of your apps’ Checkout Sessions. 

When clicking on ‘Edit’, you will get a pop-up to enable it. 
 

 

I hope this helps!