> For the complete documentation index, see [llms.txt](https://doc.digimali.co.za/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.digimali.co.za/digimali-merchantapis.md).

# DigiMali MerchantAPIs

{% hint style="info" %}
Empowering your business with seamless integrations and secure transactions
{% endhint %}

<figure><img src="/files/oRSj4WiThYNfTvQr4lnk" alt=""><figcaption><p>Bulk Purchase Eskom Electricity Tokens</p></figcaption></figure>

## API Overview

<table data-view="cards"><thead><tr><th></th><th></th></tr></thead><tbody><tr><td>Account API</td><td>Manage your merchant profile. View your Merchant account profile, retrieve access token, re-allocate access tokens.</td></tr><tr><td>Vend API</td><td>Process transactions with our vending system. Initiate token-based transactions, request vending tokens for meter operations.</td></tr><tr><td>Balance API</td><td>Gain instant access to your wallet’s financial data. Retrieve your current balance, add funds, and review transaction history.</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://doc.digimali.co.za/digimali-merchantapis.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.
