> For the complete documentation index, see [llms.txt](https://docs.vpay.africa/vpay-api-specification-basic-gude/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.vpay.africa/vpay-api-specification-basic-gude/methods.md).

# Methods

<table data-view="cards"><thead><tr><th>Name</th><th>Description</th></tr></thead><tbody><tr><td><a href="/pages/eGccqvHl9kZY4DrgMTJZ">login</a></td><td>Authenticate the user/merchant with the system and obtain the accessToken</td></tr><tr><td><a href="/pages/4K3gNzV7Skr3Je1BGu4O">get bank list</a></td><td>Get list of available banks</td></tr><tr><td><a href="/pages/4K3gNzV7Skr3Je1BGu4O">nuban lookup</a></td><td>Get account name for valid nuban</td></tr><tr><td><a href="/pages/Z5hRsDfd2MAgsIZPLvPt">outbound transfer</a></td><td>Make outbound transfer</td></tr><tr><td><a href="/pages/djiwUliBUYTl9H1Kci9b">get wallet balance</a></td><td>Get wallet balance</td></tr><tr><td><a href="/pages/DTgXo5XtMlvo8XsnTC8g">account/wallet statement</a></td><td>Get all merchant’s wallet/account statement</td></tr><tr><td><a href="/pages/ITMbLjhsEmkK0EsOXqNF">create virtual account/customer</a></td><td>Create a virtual account/customer</td></tr><tr><td><a href="/pages/FLjwyqpZBPhl0Bh1nHe3">get customer</a></td><td>Get details of a customer</td></tr><tr><td><a href="/pages/whVXWvNDXoZaLbm68hmR">get all customers</a></td><td>Get all your customers</td></tr><tr><td><a href="/pages/fJbk9gKbbh0zvhimKmox">get customer by email</a></td><td>Get details of a customer by email</td></tr><tr><td><a href="/pages/DY9Dp7sGNFpTtbwDW5Qe">get transaction by reference number</a></td><td>Get transaction details by reference number</td></tr><tr><td><a href="/pages/WGmWDgNpwQEXaQj8KGNL">re-query transaction by reference number</a></td><td>Re-query transaction by transaction reference number</td></tr><tr><td><a href="/pages/YQul2fxpuzDm6bMnp1Pf">check customer status</a></td><td>Get the transaction status of a given customer</td></tr><tr><td><a href="/pages/LBHSoZ1bvAOIVyTMdshh">remove customer</a></td><td>Delete the record of a customer</td></tr></tbody></table>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.vpay.africa/vpay-api-specification-basic-gude/methods.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
