Coupons
Coupons are a great way to increase conversion and reward existing customers with special discounts. They are usually perceived as a temporary special offer rather than a price reduction, giving your customers that extra incentive to make a purchase. You can create a coupon via the API or via the Seller dashboard.
Creating coupons via Dashboard
- In the Dashboard, click Catalog and then Coupons.
- Click on “New Coupon” button.
- Enter the coupon code or leave the coupon code field empty, if you want us to generate a unique coupon code on form submission.
- Tick the “Recur” checkbox if your product is a subscription plan and you want to apply the discount not just to the initial payment but to all the recurring payments.
- Select the discount type, you can choose between percentage or flat amount.
- Enter the discount amount.
- Enter the number of times this coupon can be used.
- Enter the expiry date (UTC) of the coupon or leave it empty if you do not want it to expire. Please note that the coupon will expire at 00:00:00 on the date specified.
- For Coupon Type, select Checkout Coupon to apply the coupon to the entire total of the checkout, regardless of the products being purchased. Or Product Coupon to apply the Coupon to a specific product or set of products.
- Add coupon description (for internal use) if needed.
- Select or create a coupon group. Groups help you locate the coupons more easily on your dashboard.
- Click "Add Coupon"
Creating coupons via API
Our API Documentation outlines the necessary parameters to include when creating coupons via the Paddle API.
The API is particularly useful when you need to create several coupons in one go as this is not currently possible via the Dashboard.
Applying coupons to the checkout
Once the coupon is created you can share the coupon code with your customers for them to use it in your checkout or apply the coupon to the checkout straight away.
If you want to apply the coupon straight to the checkout so your customers don’t even have to type the coupon in, you can do so using Paddle.js or via the Pay Link API.
Using Paddle.js
preparing...
Using the Pay Link API
preparing...