# Payouts

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

## Links

The Web API allows you to do single, bulk payout, generate report etc.

{% 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 Payouts.

| Name                   | Type    | Description                          |
| ---------------------- | ------- | ------------------------------------ |
| reference              | string  | Unique transaction identifier        |
| amount                 | decimal | Total amount for transaction in kobo |
| recipientName          | string  | Beneficiary Name                     |
| recipientAccountNumber | string  | Beneficiary Account Number           |
| description            | string  | Transaction Note                     |
| institutionCode        | string  | Beneficiary Bank Code                |

###


---

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