> For the complete documentation index, see [llms.txt](https://docs.xplorpay.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.xplorpay.com/guides/cloud-emv/cloud-emv-integration.md).

# Cloud EMV integration

The following steps explain how Cloud EMV semi-integration works:

{% stepper %}
{% step %}
**The point-of-sale (POS) application sends a payment request to our REST-based** [**Cloud EMV API**](https://docs.xplorpay.com/api-references/payments/cards/transaction-emv) **services.**
{% endstep %}

{% step %}
**Our Cloud EMV service sends card data requests to cloud-based integration services that communicate with** [**payment terminals**](https://docs.xplorpay.com/getting-started/devices).

{% hint style="info" %}
The [Cloud EMV API](https://docs.xplorpay.com/api-references/payments/cards/transaction-emv) allows you to integrate [payment terminals](https://docs.xplorpay.com/getting-started/devices) once and replace them as needed.
{% endhint %}
{% endstep %}

{% step %}
**Cloud-based integration services route card data request and activate the payment terminal**.
{% endstep %}

{% step %}
**The payment terminal displays a payment form for the customer to enter their card data and submit it.**
{% endstep %}

{% step %}
**The point-of-sale (POS) application sends a card transaction authorization request, including card data from the payment terminal to our REST-based** [**Cloud EMV API**](https://docs.xplorpay.com/api-references/payments/cards/transaction-emv) **services.**
{% endstep %}

{% step %}
**Cloud EMV service sends the card transaction response to the point-of-sale (POS) application.**
{% endstep %}
{% endstepper %}

{% hint style="warning" %}
The point-of-sale (POS) system must be securely connected to the internet to prevent connection timeout errors when receiving a response from the [Cloud EMV API](https://docs.xplorpay.com/api-references/payments/cards/transaction-emv) services.
{% endhint %}


---

# 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:

```
GET https://docs.xplorpay.com/guides/cloud-emv/cloud-emv-integration.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.
