# Overview

## Get Started

### Send Payment Request

{% hint style="info" %}
You can take a payment in person by starting a payment on your Point of Sale system, website, or mobile app, and finishing it on the Bank of Palestine Terminal.
{% endhint %}

### Introduction <a href="#introduction" id="introduction"></a>

The Bank of Palestine Terminal helps you connect in-person payments with your POS system. You can start a payment request from the server of your point of sale system, website, or mobile app, and finish the payment on our Terminal.&#x20;

The setup involves three steps:

1. Send the payment request to the Terminal.
2. Wait for a payment notification

### Send the payment request to the Terminal

When a customer is ready to pay after choosing their items, you start a payment request from your app to our `payment-request` endpoint.

### Listen to notifications <a href="#listen-to-notifications" id="listen-to-notifications"></a>


---

# 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.lahza.io/terminal/overview.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.
