> For the complete documentation index, see [llms.txt](https://docs.bossithq.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.bossithq.com/payment-terminals/viva-wallet/viva-wallet-pos-integration.md).

# Viva Wallet POS Integration

Setting up Viva Wallet payment terminals enables secure card transactions through your POS system. This process requires both physical device configuration and software integration.

{% hint style="warning" %}
Before connecting the payment terminal, make sure that it has been set up initially by Boss It. Ensure stable internet connectivity on both devices.
{% endhint %}

{% stepper %}
{% step %}

### Access Device Interface

Power on the Viva terminal. The device will display the main interface screen.
{% endstep %}

{% step %}

### Navigate to Settings

Locate and tap the **More** option on the device screen. If this option appears greyed out, repeatedly tap it until it becomes active. If the system prompts you for a security code, enter the security code.

<figure><img src="/files/bZVWfUl4Mi7ce65BgUkE" alt="" width="188"><figcaption></figcaption></figure>
{% endstep %}

{% step %}

## Access Device Information

Once in the More menu, select **About** from the available options. This will display device information including the **Source Terminal ID**. Take note of the Source Terminal ID as it's the important value we need to establish connection.

<figure><img src="/files/nVvZd4ezX06h4LyxIpaP" alt="" width="188"><figcaption></figcaption></figure>

<figure><img src="/files/yjHAUYg2T6seFUnrZHTc" alt="" width="188"><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Configure in POS

In the POS settings, navigate to **Payment Terminal** and enter the **Source Terminal ID** exactly as displayed on the Viva device.

<figure><img src="/files/D3uo2hR485TMsm4ULzwZ" alt=""><figcaption></figcaption></figure>
{% endstep %}
{% endstepper %}


---

# 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://docs.bossithq.com/payment-terminals/viva-wallet/viva-wallet-pos-integration.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.
