# Cloud EMV

The **Cloud EMV** solution supports [Dejavoo](https://docs.xplorpay.com/getting-started/devices/dejavoo) and [PAX](https://docs.xplorpay.com/getting-started/devices/pax) devices to process payments.

### Prerequisites <a href="#prerequisites" id="prerequisites"></a>

To set up [Dejavoo](https://docs.xplorpay.com/getting-started/devices/dejavoo) and [PAX](https://docs.xplorpay.com/getting-started/devices/pax) devices and process payments, ensure you have following:

✅ Local Wi-Fi network that has internet access.

✅ An API access kay issued to you by Xplor Pay.

{% hint style="info" %}
Visit [Let's Get Started - Xplor Pay](https://xplorpay.com/getting-started/) and get API access key.
{% endhint %}

{% stepper %}
{% step %}

### Connect device to Wi-Fi

#### PAX A Series

To connect device to the local Wi-Fi network.

1. Tap the screen to access the **Main Menu**.
2. Select **Settings** from the Main Menu.
3. Enter the password provided to you in the **Settings Password** field.
4. Go to **Wi-Fi Settings**.
5. Turn on **Wi-Fi**.
6. Select your local **Wi-Fi** network from the list of available networks.

{% hint style="success" %}
When connected, the **Wi-Fi** icon appears on the screen.
{% endhint %}

#### Dejavoo Z Line

To connect device to the local Wi-Fi:

1. Tap the screen to view the home display.
2. Select **Menu** from the home screen.
3. Select **Utility** from the menu.
4. Enter the password in the **Manager Password** field (for example, `1234`).
5. Go to **Wi-Fi Settings**.
6. Select **Communications** > **Local Params** > **Wi-Fi**.
7. Select **Scan Network**.

{% hint style="info" %}
In **Scan Network** menu, select **Configure** > **Set Password** to set password for your local Wi-Fi network.
{% endhint %}

8. Select your local Wi-Fi network from the list.
9. Select **Connect**.
10. Click **OK** to confirm and connect.

{% hint style="success" %}
When connected, the **Wi-Fi** icon appears on the screen.
{% endhint %}

#### Dejavoo QD Line

To connect device to the local Wi-Fi:

1. Turn on the device by pressing and holding the **Power** button.
2. Select **Settings** from the menu.
3. Enter the password in the **Manager Password** field (for example, `1234`).
4. Select **Wi-Fi Settings**.
5. Turn on **Wi-Fi**.
6. Select your local Wi-Fi network from the list.
7. Enter the password of your Wi-Fi network.
8. Select **Connect**.

{% hint style="success" %}
When connected, the **Wi-Fi** icon appears on the screen.
{% endhint %}
{% endstep %}

{% step %}

### Process payment

Send a request to the [Semi Integrated Transactions](/api-reference/api/payments/cards/transaction-emv/semi-integrated-transactions.md) endpoint to process the payment.
{% endstep %}
{% endstepper %}


---

# 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.xplorpay.com/quick-starts/cloud-emv.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.
