# E-commerce iFrame

E-commerce iFrame is useful for e-commerce website - the website displays the iFrame as part of the checkout page to enable customer to pay with multiple payment methods.

This iFrame enables fast integration to any website with minimal coding and enables you to get SensePass updates and new features seamlessly.

### Flows supported

1. Capture, Authorization and Tokenization payment types
2. Products summary
3. Receipt
4. Invoice
5. Manual Capture
6. JS post message events, [see our docs here](/sensepay/transaction-api/api-notifications.md#option-3-post-message)
7. Callback events, [see our docs here](/sensepay/transaction-api/api-notifications.md#option-1-callback)
8. Socket.IO events, [see our docs here](https://docs.sensepass.com/sensepay/transaction-api/sdk-and-iframes/pages/PlCs3v8rcKe9UyLrzbFB#option-2-socket.io)

### Supported Payment Methods

All SensePass payment methods,[ see here the full list](/sensepay/transaction-api/payment-methods.md)

### Usage

1. [Create a transaction](/sensepay/transaction-api/payment-flows/create-a-transaction/examples-for-e-commerce/basic-payment-request.md)
2. From the create trasnaction API - get the value of **transactionPage.consumerPage**

### **Regular display**&#x20;

transactionPage.consumerPage.regular for full size view

<figure><img src="/files/LrOFEa0ZIED2DwqtW4Ak" alt=""><figcaption><p>Regular SIze</p></figcaption></figure>

### **Medium display**&#x20;

transactionPage.consumerPage.medium&#x20;

Medium view without the QR

<div align="left"><figure><img src="/files/BjUi5UFaGkjjhWnuCPow" alt=""><figcaption><p>Medium Size</p></figcaption></figure></div>

### **Small display**&#x20;

transactionPage.consumerPage.small&#x20;

Smaller view without the QR and without the header

<div align="left"><figure><img src="/files/ZE1HAtBizF02D2RAx75Y" alt=""><figcaption><p>Small Size</p></figcaption></figure></div>

### Please see [our full documentation and examples for e-commerce iFrame](/sensepay/transaction-api/payment-flows/create-a-transaction/examples-for-e-commerce/iframe-example.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.sensepass.com/sensepay/transaction-api/sdk-and-iframes/e-commerce-iframe.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.
