# ePayment Agent API

## Welcome to ePayment API

Welcome to ePayment API! Here you'll find all the documentation you need to get up and running with the ePayment API.

ePayment enables you instantly process payments with your agent wallet.

## Want to jump right in?

Feeling like an eager beaver? Jump in to the quick start docs and get making your first request:

{% content-ref url="registration-process" %}
[registration-process](https://docs.epayment.ng/registration-process)
{% endcontent-ref %}

{% content-ref url="authorizations" %}
[authorizations](https://docs.epayment.ng/authorizations)
{% endcontent-ref %}

{% content-ref url="funds-transfer" %}
[funds-transfer](https://docs.epayment.ng/funds-transfer)
{% endcontent-ref %}

{% content-ref url="airtime-and-data-bundles" %}
[airtime-and-data-bundles](https://docs.epayment.ng/airtime-and-data-bundles)
{% endcontent-ref %}

{% content-ref url="cable-tv" %}
[cable-tv](https://docs.epayment.ng/cable-tv)
{% endcontent-ref %}

{% content-ref url="electricity" %}
[electricity](https://docs.epayment.ng/electricity)
{% endcontent-ref %}

{% hint style="warning" %}
For support, you can shoot us a mail via <support@epayment.ng> or use our [CRM](https://crm.epayment.ng/clients/) to request for technical support
{% endhint %}


---

# 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://docs.epayment.ng/epayment-agent-api.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.
