Payment Solution

Fast, simple and secure payments.

Sell with a single click, in person or online, and accept both local and international payment methods. Enjoy a digital payment terminal right on your smartphone.

Secure Payments Real-time Payouts Mobile App
Features

Everything you need for seamless payments

Our platform is designed to make payment processing simple, fast, reliable, and secure for businesses in Africa and Europe.

Real-time Payouts

Receive your revenue instantly on your mobile money account.

Low Fees

Competitive transaction fees, significantly lower than market alternatives.

Easy Integration

Simple API with comprehensive documentation, official PHP SDK and ready-to-use WooCommerce plugin.

Secure Transactions

Bank-grade security with encryption and fraud protection systems.

Local Support

Dedicated support teams in France, Cameroon and Ivory Coast for quick assistance.

Multi-User Access

Create team accounts with customizable permissions for your staff.

How It Works

Simple, fast and reliable

Get started in minutes and accept payments today.

Sign Up

Create an account and complete the verification process.

Integrate the API

Add our simple code snippets to your website or application.

Accept Payments

Start receiving payments with real-time notifications.

Payment Methods

Our partners

From credit cards to e-wallets and mobile payments, easily accept payments through our trusted partners.

Orange Money MTN Money Wave Moov Money Visa Mastercard PayPal Apple Pay Airtel Orange Money MTN Money Wave Moov Money Visa Mastercard PayPal Apple Pay Airtel
API Integration

Easy to integrate, powerful to use

Our API is designed to be easy to implement with just a few lines of code.

ElyonPay API โ€“ Request to Pay
// Initialize payment
const axios = require('axios');

let data = JSON.stringify({
  "amount": 1,
  "user_lang": "en",
  "msisdn": "+22507377932",
  "success": "https://www.success.com",
  "error": "https://www.error.com"
});

let config = {
  method: 'post',
  maxBodyLength: Infinity,
  url: 'https://api.elyonpay.org/api/request-to-pay/payment/link',
  headers: {
    'language': 'en',
    'Accept': 'application/json',
    'Content-Type': 'application/json',
    'Authorization': token
  },
  data : data
};

axios.request(config)
.then((response) => {
  console.log(JSON.stringify(response.data)); // URL to redirect customer for payment
})
.catch((error) => {
  console.log(error);
});
// Initialize payment
$client = new Client();
$headers = [
  'language' => 'en',
  'Accept' => 'application/json',
  'Content-Type' => 'application/json',
  'Authorization' => $token
];
$body = '{
  "amount": 1,
  "user_lang": "en",
  "msisdn": "+22507377932",
  "success": "https://www.success.com",
  "error": "https://www.error.com"
}';
$request = new Request(
  'POST',
  'https://api.elyonpay.org/api/request-to-pay/payment/link',
  $headers,
  $body
);
$res = $client->sendAsync($request)->wait();
echo $res->getBody();
// URL to redirect customer for payment
// JSON { "url": "..." }
# Initialize the payment
import requests
import json

url = "https://api.elyonpay.org/api/request-to-pay/payment/link"

payload = json.dumps({
  "amount": 1,
  "user_lang": "en",
  "msisdn": "+22507377932",
  "success": "https://www.success.com",
  "error": "https://www.error.com"
})
headers = {
  'language': 'en',
  'Accept': 'application/json',
  'Content-Type': 'application/json',
  'Authorization': token
}

response = requests.request("POST", url, headers=headers, data=payload)

print(response.text)
# URL to redirect customer for payment
# JSON { "url": "..." }
SDKs & Plugins

Integrate ElyonPay in minutes

Use our official SDKs and plugins to speed up your integration.

PHP SDK

Official SDK to integrate the ElyonPay API into your PHP applications. Install via Composer.

View on GitHub

WooCommerce Plugin

Accept Mobile Money payments directly in your WooCommerce store. One-click installation.

View on GitHub
Competitive rates for every payment method

Pay-as-you-go pricing

Our prices are simple, transparent and tailored for each country and payment method. No hidden fees, pay only when you use.

๐Ÿ‡จ๐Ÿ‡ฎ

Ivory Coast

Payment Methods

  • Orange MoneyOrange Money2.5%
  • MTN MoneyMTN Money2.5%
  • Moov MoneyMoov Money2.5%
  • WaveWave2.5%
  • Credit CardCredit Card3%
Real-time payouts No monthly fees No setup fees
Get Started
๐Ÿ‡จ๐Ÿ‡ฒ

Cameroon

Payment Methods

  • Orange MoneyOrange Money1%
  • MTN MoneyMTN Money2%
  • Credit CardCredit Card3%
Real-time payouts No monthly fees No setup fees
Get Started
๐Ÿ‡ช๐Ÿ‡บ

Europe

Payment Methods

  • European CardEuropean Card2%
  • Non-European CardNon-European Card3%
Real-time payouts No monthly fees No setup fees
Get Started

Volume discounts available for high-transaction businesses.

API Payment

Ready to transform your payment experience?

Join hundreds of businesses in Cameroon and Ivory Coast already using ElyonPay.

Available on Android and iOS

Our Offices

ElyonPay Worldwide

Holding in Mauritius ยท Development in France ยท Subsidiaries in Africa

๐Ÿ‡ฒ๐Ÿ‡บ

Mauritius

EGT Holding
Holding Group
ElyonPay Global Technologies Holding
Level 6, Tower A, 1 Exchange Square, Wall Street, Ebene 72201 โ€” Mauritius
๐Ÿ‡ซ๐Ÿ‡ท

Paris, France

ElyonPay Global Technologies
Development & Innovation
10, Rue de la Paix, 75002 Paris โ€” France
WhatsApp +33 6 99 03 50 91
๐Ÿ‡จ๐Ÿ‡ฒ

Yaounde, Cameroon

Central Africa Subsidiary
Ceper, Elig Essono โ€” Yaounde, Cameroon
๐Ÿ‡จ๐Ÿ‡ฎ

Abidjan, Ivory Coast

West Africa Subsidiary
COCODY, Les II Plateaux, face Clinique Saint-Georges โ€” BP 1676 Abidjan 28
๐Ÿš€

Open my account

Choose how you want to create your ElyonPay account.

๐Ÿ”’ Free ยท No credit card required