# (Legacy) Component: Redeem Checkout

\| **⚠️This component is now a legacy component. You should use the Modular Checkout to redeem gifts. Read more at** [Modular Checkout: How to configure a gift checkout?](/components/component-library/modular-checkout-components/modular-checkout-how-to-configure-a-gift-checkout.md) |

**Purpose**: Allows gift recipients to confirm their location as well as provide delivery address for physical subscriptions. This is generally used after the [Redeem component](/components/component-library/standard-components/component-redeem.md).

<figure><img src="/files/UmADYWJyFXCsCiyYBR4c" alt=""><figcaption></figcaption></figure>

**Note**: If reCAPTCHA is enabled on your site, it will perform checks on pages which use this component. Read more: [https://docs.limio.com/product/settings/security/recaptcha-bot-protection](https://docs.limio.com/product/settings/security/recaptcha-bot-protection "mention")

## Props

| Prop ID                       | Prop Label                              | Type     | Default Value                                                             | Info                                                   |
| ----------------------------- | --------------------------------------- | -------- | ------------------------------------------------------------------------- | ------------------------------------------------------ |
| heading                       | Heading                                 | string   | You're almost done                                                        | Heading text                                           |
| subHeading                    | Sub Heading                             | richtext | Just tell us where you're located so you can start enjoying your product. | Subheading text                                        |
| confirmDeliveryAddressText    | Confirm delivery address text           | string   | Confirm your delivery address                                             | Confirm delivery address text                          |
| confirmProvidedAddressText    | Confirm address provided text           | string   | Your gifter provided the address below                                    | Confirm address provided text                          |
| confirmLocationText           | Confirm location text                   | string   | Confirm your location                                                     | Confirm location text                                  |
| confirmButtonText             | Confirm button text                     | string   | Submit                                                                    | Confirm button text                                    |
| confirmAddressButtonText      | Confirm delivery button text            | string   | Confirm address                                                           | Confirm delivery button text                           |
| editAddressButtonText         | Edit delivery address button text       | string   | Edit address                                                              | Edit delivery address button text                      |
| confirmButtonUrl              | Button Url                              | string   | /complete                                                                 | Button Url                                             |
| deliveryCompanyLabel          | Delivery company label                  | string   | Company                                                                   | Delivery company label                                 |
| deliveryAddress1Label         | Delivery address line 1 label           | string   | Address line 1                                                            | Delivery address line 1 label                          |
| deliveryAddress2Label         | Delivery address line 1 label           | string   | Address line 2                                                            | Delivery address line 1 label                          |
| deliveryCityLabel             | Delivery city label                     | string   | City                                                                      | Delivery city label                                    |
| deliveryStateLabel            | Delivery county/state label             | string   | {{state\_name\_type}}                                                     | Delivery county/state label                            |
| deliveryPostalCodeLabel       | Delivery postal code/ZIP code label     | string   | {{zip\_name\_type}}                                                       | Delivery postal code/ZIP code label                    |
| deliveryCountryLabel          | Delivery country label                  | string   | Country                                                                   | Delivery country label                                 |
| fullDeliveryAddressLabel      | Full delivery address label             | string   | Delivery address                                                          | Full delivery address label                            |
| digitalStateLabel             | Non-delivery state label                | string   | Select your country                                                       | Non-delivery state label                               |
| digitalPostalCodeLabel        | Non-delivery postal code/ZIP code label | string   | Select your state                                                         | Non-delivery postal code/ZIP code label                |
| digitalCountryLabel           | Non-delivery county/state label         | string   | Country                                                                   | Non-delivery county/state label                        |
| invalidDeliveryCountryMessage | Invalid delivery country message        | string   | Please choose a different country                                         | Invalid delivery country message                       |
| invalidAddressMessage         | Invalid address message                 | string   | Address is required                                                       | Invalid address message                                |
| invalidCityMessage            | Invalid city message                    | string   | City is required                                                          | Invalid city message                                   |
| invalidStateMessage           | Invalid state/county message            | string   | {{state\_name\_type}} is required                                         | Invalid state/county message                           |
| invalidPostalCodeMessage      | Invalid zip/postal code message         | string   | {{zip\_name\_type}} is required                                           | Invalid zip/postal code message                        |
| invalidCountryMessage         | Invalid country message                 | string   | Country is required                                                       | Invalid country message                                |
| prefillMapping                | Label Mapping                           | list     |                                                                           |                                                        |
| showCompanyField              | Show delivery company field?            | boolean  | false                                                                     | If true the company field will be displayed            |
| showOptionalFields            | Highlight optional fields?              | boolean  | false                                                                     | If true the optional fields will be visually displayed |


---

# 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/components/component-library/legacy-configuration-components/legacy-component-redeem-checkout.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.
