# Getting Started

- [POS INTEGRATION](https://kpayment-org.gitbook.io/kpay-ltd/getting-started/quickstart.md): Connect your application to the POS for payment.
- [Submit POS Transaction Request](https://kpayment-org.gitbook.io/kpay-ltd/getting-started/quickstart/submit-pos-transaction-request.md): Create a pos request for receiving and managing transactions
- [Re-query POS Transaction Request](https://kpayment-org.gitbook.io/kpay-ltd/getting-started/quickstart/re-query-pos-transaction-request.md): Get a payment request final status
- [ANDROID SDK](https://kpayment-org.gitbook.io/kpay-ltd/getting-started/quickstart/android-sdk.md): With our Anfu AF30, Trendit S680, PAX terminal.. the below configurations works pretty weel.
- [Parameters Description](https://kpayment-org.gitbook.io/kpay-ltd/getting-started/quickstart/android-sdk/parameters-description.md): The page details the information needed for the card Implementation
- [Request Kongpay POS Terminal](https://kpayment-org.gitbook.io/kpay-ltd/getting-started/quickstart/request-kongpay-pos-terminal.md): Create a pos request for receiving and managing transactions
- [Virtual Account](https://kpayment-org.gitbook.io/kpay-ltd/getting-started/publish-your-docs.md): The Create VA API allows you to create and manage virtual account processes.
- [Create Dynamic Virtual Account By Public Key](https://kpayment-org.gitbook.io/kpay-ltd/getting-started/publish-your-docs/create-dynamic-virtual-account-by-public-key.md): Create a new virtual account  request for receiving and managing transactions
- [Create Dynamic Virtual Account](https://kpayment-org.gitbook.io/kpay-ltd/getting-started/publish-your-docs/create-dynamic-virtual-account.md): Create a new virtual account  request for receiving and managing transactions
- [Create Static Virtual Account](https://kpayment-org.gitbook.io/kpay-ltd/getting-started/publish-your-docs/create-static-virtual-account.md): Create a new virtual account  request for receiving and managing transactions
- [Create Virtual Account](https://kpayment-org.gitbook.io/kpay-ltd/getting-started/publish-your-docs/create-virtual-account.md): Create a new virtual account  request for receiving and managing transactions
- [Name Enquiry](https://kpayment-org.gitbook.io/kpay-ltd/getting-started/publish-your-docs/name-enquiry.md): Retrieve the account name for an account number
- [Fund Account](https://kpayment-org.gitbook.io/kpay-ltd/getting-started/publish-your-docs/fund-account.md): Post funds to account
- [VIR Status Query](https://kpayment-org.gitbook.io/kpay-ltd/getting-started/publish-your-docs/vir-status-query.md): Re-query the final status of the VIR transaction
- [VIR Transactions](https://kpayment-org.gitbook.io/kpay-ltd/getting-started/publish-your-docs/vir-transactions.md): Get a list of virtual account transactions
- [Cancel Virtual Account](https://kpayment-org.gitbook.io/kpay-ltd/getting-started/publish-your-docs/cancel-virtual-account.md): Cancel the generated  VIR
- [Web Payment Gateway](https://kpayment-org.gitbook.io/kpay-ltd/getting-started/quickstart-1.md): Create and manage payments using the gateway .
- [Initiate Transaction View](https://kpayment-org.gitbook.io/kpay-ltd/getting-started/quickstart-1/initiate-transaction-view.md): Create a payment request for receiving and managing transactions
- [Re-query transaction](https://kpayment-org.gitbook.io/kpay-ltd/getting-started/quickstart-1/re-query-transaction.md): Get a payment request final status
- [Web SDK](https://kpayment-org.gitbook.io/kpay-ltd/getting-started/quickstart-1/web-sdk.md): Initiate the payment sdk from a view
- [Payment Link](https://kpayment-org.gitbook.io/kpay-ltd/getting-started/quickstart-2.md): Create and manage payments links
- [Create Payment Link](https://kpayment-org.gitbook.io/kpay-ltd/getting-started/quickstart-2/create-payment-link.md): Create a payment link for receiving and managing transactions
- [Get Payment Links](https://kpayment-org.gitbook.io/kpay-ltd/getting-started/quickstart-2/get-payment-links.md): Get a payment request
- [Requery Payment](https://kpayment-org.gitbook.io/kpay-ltd/getting-started/quickstart-2/requery-payment.md): Requery a payment request
- [Requery Payment by Identifier](https://kpayment-org.gitbook.io/kpay-ltd/getting-started/quickstart-2/requery-payment-by-identifier.md): Requery a payment request
- [Get Payment Link & Transactions](https://kpayment-org.gitbook.io/kpay-ltd/getting-started/quickstart-2/get-payment-link-and-transactions.md): Get a payment links & transactions
- [Update Payment Link](https://kpayment-org.gitbook.io/kpay-ltd/getting-started/quickstart-2/update-payment-link.md): Get a payment links & transactions
- [Payouts](https://kpayment-org.gitbook.io/kpay-ltd/getting-started/quickstart-3.md): Create and manage payout transactions
- [Get Banks List](https://kpayment-org.gitbook.io/kpay-ltd/getting-started/quickstart-3/get-banks-list.md): Get the list of NIgeria banks
- [Get Banks List With Suggestion Array by account number](https://kpayment-org.gitbook.io/kpay-ltd/getting-started/quickstart-3/get-banks-list-with-suggestion-array-by-account-number.md): Get the list of NIgeria banks
- [Create Single Payouts](https://kpayment-org.gitbook.io/kpay-ltd/getting-started/quickstart-3/create-single-payouts.md): Create a single payout transactions
- [Create Bulk Payout](https://kpayment-org.gitbook.io/kpay-ltd/getting-started/quickstart-3/create-bulk-payout.md): Get bulk payout transaction
- [Get Payout Status](https://kpayment-org.gitbook.io/kpay-ltd/getting-started/quickstart-3/get-payout-status.md): Get payout final transaction status
- [Generate Payout Report](https://kpayment-org.gitbook.io/kpay-ltd/getting-started/quickstart-3/generate-payout-report.md): Use to generate a payout transaction report


---

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