> For the complete documentation index, see [llms.txt](https://developer.esw.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developer.esw.com/global-checkout/embedded-checkout.md).

# Embedded Checkout

Embedded Checkout allows shoppers to complete their purchases directly within your storefront using an iFrame provided by ESW. This feature enhances the shopping experience by keeping the entire checkout process on the retailer’s site, thereby increasing shopper trust and confidence.

Light Touch Integration (LTI) is a simple way to connect an eCommerce storefront with ESW using a JavaScript widget. It is easy to set up with scripts and helps create a smooth shopping experience for customers. Key features include:

<table data-view="cards"><thead><tr><th></th><th data-hidden data-card-target data-type="content-ref">Target</th><th data-hidden data-card-cover data-type="image">Cover image</th><th data-hidden data-card-cover-dark data-type="image">Cover image (dark)</th></tr></thead><tbody><tr><td><strong>Country &#x26; Currency Selector</strong><br>Adjusts store settings based on the shopper’s location and currency.</td><td></td><td><a href="/files/nFQU0a5BPTvmHWBbLCEG">/files/nFQU0a5BPTvmHWBbLCEG</a></td><td><a href="/files/urNjaLur0ul6jH0dyWhf">/files/urNjaLur0ul6jH0dyWhf</a></td></tr><tr><td><strong>Pricing Conversion</strong><br>Displays accurate prices in the shopper’s local currency.</td><td></td><td><a href="/files/99YQVWwMHy53ssXZ9z5Q">/files/99YQVWwMHy53ssXZ9z5Q</a></td><td><a href="/files/BUxHyHPvrPzE5f5e6viI">/files/BUxHyHPvrPzE5f5e6viI</a></td></tr><tr><td><strong>ESW iFrame Checkout</strong><br>Lets shoppers check out directly on the storefront without redirection.</td><td></td><td><a href="/files/kXpAiJvuVSkwnohTtScO">/files/kXpAiJvuVSkwnohTtScO</a></td><td><a href="/files/jfF0496z0rzXBJidjZ0b">/files/jfF0496z0rzXBJidjZ0b</a></td></tr><tr><td><strong>Express Payments</strong><br>Supports payment methods such as PayPal, Apple Pay, and Google Pay.</td><td></td><td><a href="/files/x1btvWB0nPlDCHGJoxOn">/files/x1btvWB0nPlDCHGJoxOn</a></td><td><a href="/files/pS0TSpsO2gxd3b4Q0X7Q">/files/pS0TSpsO2gxd3b4Q0X7Q</a></td></tr><tr><td><strong>Cookie Consent</strong><br>Manages shopper consent for cookies to support privacy compliance.</td><td></td><td><a href="/files/6ktPTsUIKjHuUDoW5szU">/files/6ktPTsUIKjHuUDoW5szU</a></td><td><a href="/files/RgGGoBpG8B8wKOVeoPFM">/files/RgGGoBpG8B8wKOVeoPFM</a></td></tr></tbody></table>

When used with the Magento plugin, LTI makes it easier for anyone with custom frontends to integrate Magento as a backend. This combination provides a simple and efficient solution for creating a seamless shopping experience.

#### Technical Details <a href="#technical-details" id="technical-details"></a>

The integration of Magento with LTI provides flexibility, supporting various levels of implementation based on specific requirements:

* Full Frontend Integration: Incorporates complete features such as pricing conversion, delivering a seamless and localized shopping experience for customers.
* Partial Integration: Enables the addition of specific functionalities, such as the ESW checkout process using an iFrame, without altering the entire frontend.

This flexibility allows you to select the necessary components and customize the integration to align with business requirements.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://developer.esw.com/global-checkout/embedded-checkout.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
