The next Generation
Payments Service

Epay is a payments service designed to allow African Businesses, Accept / Disburse payments. Accept Credit Cards and / or Mobile Money on your website or mobile app in minutes!

1

curl --location --request POST 'https://epaygh.com/api/v1/charge' \

2

--header : 'Content-Type: application/json' \ --data '{

3

\'reference\' : \'EP-2DJEKM5CKDNSK\',

4

\'amount\' : 1.00,

5

\'payment_method\' : \'momo\',

6

\'customer_name\' : \'Akosua Manu\',

7

\'customer_email\' : \'akosuamanu@gmail.com\',

8

\'customer_telephone\' : \'054*******\',

9

\'mobile_wallet_number\' : \'054*******\',

10

\'mobile_wallet_network\' : \'mtn\',

11

}'

Getting started is easy

Follow our Quick Setup Guide to integrate Epay in your website or mobile app in minutes.

Follow Quick Setup Guide

Accept or Disburse Payments on any platform

Collect payments easily and securely on mobile, web or your Online Shop. With our libraries, Plugins and APIs you can build applications in any language or platform. A Single API allows you to charge both Credit Cards and Mobile Money wallets. All payments are instantly deposited into your Epay wallet.

Learn more in the docs Learn more in the documentation

1

var settings = {

2

"url": "https://epaygh.com/api/v1/charge",

3

"method": "POST",

4

"timeout": 0,

5

"headers": {"Content-Type": "application/json"},

6

"data": "{\t\n\t\"reference\" : \"EP-68JNSAS56\", \n\t\"amount\" : 1.00, \n\t\"payment_method\" : \"card\",\n\t\"customer_name\": \"Akosua Manu\",
\n\t\"customer_email\" : \"akosua@gmail.com\",
\n\t\"customer_telephone\" : \"054*******\",\n}",

7

};

8

$.ajax(settings).done(function (response) {

9

console.log(response);

10

});

Accept payments through Social Media

Not a Developer? Although an Epay integration requires you to either be, or hire, a developer, you have many alternatives. Using our pre-built checkout page known as Payment Pages, you can securely, gloably and instantly accept payments without writing code or having a website. A Payment Page represented by a link, allows a business accept payments across all Social Media Platforms and even through text / Emails easily.

Learn more in the docs Learn more in the documentation

Link: https://epaygh.com/pay/st-sponsorship-demo-app-security

Full API Reference

Get familiar with our APIs. We've tried to make it as easy as possible to get up and running with an Epay integration.

Learn more in the docs Learn more in the documentation

Authentication Endpoint: https://epaygh.com/api/v1/token

Charge Endpoint : https://epaygh.com/api/v1/charge

Customers Endpoint : https://epaygh.com/api/v1/customers

Transactions Endpoint : https://epaygh.com/api/v1/transactions

Accept Local and International Payments

Accept Payments from all Major Credit Card Providers, Local Banks and Mobile Money wallets.

Visa

MasterCard

Banks

MTN MOMO

AirtelTigo

Vodafone

Need inspiration?

Browse example applications built with Epay

Built with Epay Built With Epay