# Fund Account

```
/ request
```

```django
POST https://staging-eagle.kongapay.com/request/knip/fund-account
```

**Headers**

| Name         | Type   | Description                   |
| ------------ | ------ | ----------------------------- |
| secret\_key  | string | Unique integration key        |
| Content-Type | string | Set value to application/json |

**Request Body**

| Name          | Type   | Description                   |
| ------------- | ------ | ----------------------------- |
| accountNumber | string | Unique account digit          |
| amount        | string | Transaction amount in Naira   |
| narration     | string | Short Transaction Description |

## Response

```
{
  "status": "success",
  "message": "Fund Account On Staging request successful",
  "data": {
    "status": "success",
    "message": "",
    "data": {
      "status": "success",
      "session_id": "000014250716113828118111620918"
    }
  },
  "request_id": 247171
}

```

## Request

```

{
  "accountNumber": "8136798967",
  "narration": "Testing Funding acctountEndpoint posting",
  "amount": 100
}


```


---

# 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/publish-your-docs/fund-account.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.
