# POS INTEGRATION

<figure><img src="https://673841404-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FBX9Dt5twx8iF8Eehr16a%2Fuploads%2FoMt2ilNHy5tEA7BmD0kK%2Fdefault-page-cover.a2ccd7e9.svg?alt=media&#x26;token=472f1e31-6902-45b3-88fb-0bac018747b8" alt=""><figcaption></figcaption></figure>

## POS Request

The PR API allows you to create and Re-query payment request.

{% hint style="success" %}
Get all your pos integration in one go..
{% endhint %}

#### The Request Object <a href="#the-address-object" id="the-address-object"></a>

This section describes the different attributes available during PR's.

| Name                | Type     | Description                                                                 |
| ------------------- | -------- | --------------------------------------------------------------------------- |
| reference           | string   | Unique reference for transaction provided by you / by KPAY if not provided. |
| accountNumber       | string   | Unique IBAN Identifier                                                      |
| metaData            | string   | Any custom information                                                      |
| paymentMethod       | string   | Payment channel used.                                                       |
| status              | string   | Final direction for the PR                                                  |
| paymentRequestRefId | string   | Unique ref from KPAY                                                        |
| transactionDate     | Date     | Date of Transaction                                                         |
| transactionTime     | TimeSpan | Time of Transaction                                                         |
| responseCode        | string   | API Request status from clients                                             |
| amount              | string   | Total amount for transaction in kobo                                        |

### Architectural Flowchart

<figure><img src="https://673841404-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FBX9Dt5twx8iF8Eehr16a%2Fuploads%2FphWD9ZpXkovjUvNi7Wmp%2FScreenshot%202025-03-24%20at%2012.08.42.png?alt=media&#x26;token=d7841da5-fba8-44a3-99f6-e4c8d1c30168" alt=""><figcaption></figcaption></figure>


---

# 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://kpayment-org.gitbook.io/kpay-ltd/getting-started/quickstart.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.
