Home Checkout & Conversion How to Apply a Discount Coupon via Checkout Link

How to Apply a Discount Coupon via Checkout Link

Last updated on Dec 10, 2025

After creating a discount coupon for your product, you can make the checkout link automatically apply that coupon — simplifying the process for customers.

✅ How to Build the Checkout URL with Coupon

  • If the coupon parameter is the only (or first) parameter in the URL, start with ?coupon=CODE, where CODE is the coupon code you created.

  • If there are other parameters in the URL, add the coupon parameter with &coupon=CODE.

Example – Coupon as only parameter

…?coupon=DISCOUNT10

Example – Coupon along with other URL parameters

…?customer.name=John%20Doe&[email protected]&customer.document=12345678900&customer.phone=5511999999999&coupon=DISCOUNT10

Using this method, when someone opens the link, the checkout page will have the coupon already applied (or pre-filled), making the purchase flow smoother and lowering friction for buyers.


If you have any questions or need help, please contact our Support team.