> For the complete documentation index, see [llms.txt](https://docs.ipaygh.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ipaygh.com/integrating-ipay/integrating-ipay-payment-system.md).

# Online and On Mobile

## Overview

This describes into details how to integrate into iPay gateway checkout to collect customer payments from your Website, Web App or mobile App.&#x20;

{% hint style="info" %}
You can use our re-direct API to process payments from ***MTN Mobile Money, Airtel Money, Vodafone Cash, Tigo Cash, VISA*** and ***MasterCard*** and ***QRs***.
{% endhint %}

## Explanation of Terminologies

{% hint style="info" %}
**Merchant Key**\
It is a unique key assigned to your account for integration and receiving payments.

:ballot\_box\_with\_check:This can be found on the ***`Getting Started`***&#x70;age on the left side bar.
{% endhint %}

{% hint style="info" %}
**Invoice ID**\
It is an internally generated transaction invoice id.

:ballot\_box\_with\_check: This is unique for every transaction and not more than 25 characters in length.
{% endhint %}

{% hint style="info" %}
**Success URL**\
The page to which iPay will redirect the user after user completes the iPay checkout process.

:no\_entry: **Please note that this does not mean that payment has been received!**
{% endhint %}

{% hint style="info" %}
**Cancel URL**\
The URL your customers should be taken to when they cancel their payment.
{% endhint %}

{% hint style="info" %}
**IPN URL (Instant Payment Notification)**\
This specifies the URL to which iPay will send notification once payment is received.

:no\_entry: Please note the IPN notification from iPay is not confirmation of a payment. Rather it is a prompt that an event of interest has happened to one of your invoices.
{% endhint %}


---

# 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.ipaygh.com/integrating-ipay/integrating-ipay-payment-system.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.
