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