# (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](https://docs.limio.com/components/component-library/modular-checkout-components/modular-checkout-how-to-configure-a-gift-checkout "mention") |

**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](https://docs.limio.com/components/component-library/standard-components/component-redeem).

<figure><img src="https://433934145-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FAIj7bFbTc7K2038CWL50%2Fuploads%2FUyAm1eoH9WSC2gOFb5KF%2Fimage.png?alt=media&#x26;token=a1d8d24b-c56e-451d-9e57-64674c044958" 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 |
