# Promo Code Redemption for Acquisition Journey Flow

**LFS version:** requires Limio for Salesforce v12.68 or later

As part of our Limio initiative to improve SaaS functionality, we're launching new promo code features. The main aim is to allow customer service agents to redeem promo codes for customers during the acquisition process.

### Main features:

As you proceed through our **Acquisition Journey Flow** you will notice new input for promo codes:

After applying the code, the offer price will be recalculated:

### **Note**:

* Only letters and numbers are permitted
* A popup will appear if the promo code has expired, has reached the available number of redemptions, or if there is an error.

Next steps are unchanged so proceed to the summary screen and submit your order.

### Promo Code component review

**Promo Code Input**

**Input: Billing Address: {!billingAddress}**

**Input: Delivery Address: {!delivery\_address.address}**

**Input: Order Items:{!orderItems}**

**Input: Order Type: {!orderType}**

**Input: Purchase Country: {!purchaseCountry}**

**Input: Record Id: {!recordId}**

**Self-reference: Basket ID: {!promoCode.basketId}**

**Self-reference: Order Discount: {!promoCode.orderDiscount}**

\
**Additionally, the Limio Order Summary and Limio Order Total components now include a new input property.**

**Input: Order Discount: {!promoCode.orderDiscount}** - Order discount property with discount data.

### How to add Promo Code Input component to the Acquisition Journey Flow:

* Open **Acquisition Journey Flow**
* Select the screen component (**Selected offer screen**)

  <figure><img src="https://limio.zendesk.com/hc/article_attachments/23329983814557" alt=""><figcaption></figcaption></figure>
* Find the Promo code input component in the list and put it on the screen

  <figure><img src="https://limio.zendesk.com/hc/article_attachments/23329968562461" alt=""><figcaption></figcaption></figure>
* Please fill in the input fields with the values from above

  <figure><img src="https://limio.zendesk.com/hc/article_attachments/23329968565661" alt=""><figcaption></figcaption></figure>
* Also prefill **Input: Order Discount: {!promoCode.orderDiscount}** in the Order Total and Order Summary components.

### **Note:**

Starting from **LFS version 13.02**, a promo code can be attached to the checkout link by pre-filling the **Input: Order Discount** field in the Limio Initiate Checkout component using **{!promoCode.orderDiscount}**

### Related Articles:

[Acquisition Flow](/integrations/using-limio-for-salesforce/acquisition-flow.md)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.limio.com/integrations/using-limio-for-salesforce/acquisition-flow/promo-code-redemption.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
