From 33d6ec8c0abfd12f6432cffd600ef4593e4c8871 Mon Sep 17 00:00:00 2001 From: MaciekVoucherify <130568368+MaciekVoucherify@users.noreply.github.com> Date: Mon, 16 Oct 2023 13:12:33 +0200 Subject: [PATCH] Update Quickstart.md --- docs/guides/getting_started/Quickstart.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guides/getting_started/Quickstart.md b/docs/guides/getting_started/Quickstart.md index 5bb7abeaf..90703b250 100644 --- a/docs/guides/getting_started/Quickstart.md +++ b/docs/guides/getting_started/Quickstart.md @@ -43,7 +43,7 @@ Within the Sandbox, you get 100 API calls per hour. Visit [Limits](doc:limits) t 3. Calculating and returning the discount value. 4. Marking the code as used. -**Note:** while calling the [redemption endpoint](ref:redeem-voucher) is enough to satisfy a basic promo code flow, it's useful to add [validation](ref:validate-voucher) to the flow every time the promo code or cart changes. Validation performs 1-3 points, but it doesn't mark the code as used. +**Note:** while calling the [redemption endpoint](ref:redeem-stacked-discounts) is enough to satisfy a basic promo code flow, it's useful to add [validation](ref:validate-voucher) to the flow every time the promo code or cart changes. Validation performs 1-3 points, but it doesn't mark the code as used. **Note:** Voucherify API supports the redemption of a single promo code and [Stackable discounts API](doc:manage-stackable-discounts), which lets you redeem up to 5 incentives per call. Before integrating Voucherify, choose which redemption endpoint you prefer to use.