# Web Payment Gateway

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

## Gateway

The Web API allows you to choose between various payment options

{% hint style="success" %}
Get all your payment 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. |
| status    | string | Final direction for the PR                                                  |
| amount    | string | Total amount for transaction in kobo                                        |

### Payment Options

* Card
* USSD
* Transfer
* Kongapay
* BNPL


---

# 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-1.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.
