4.4 on Trustpilot
trustpilot stars

Your payments made easy.

Receive payments instantly, locally and internationally,
directly into your mobile wallet.

Sell more. Receive faster.

A happy woman who is smiling
page divider
Everything you need, in a single solution.

A revolution
for your business

Instant payments to your mobile wallet wherever you are.

A platform accessible in 13+ African countries, with 19 operators connected.

A solution designed especially for you.

Lygos supports you locally and around the world.

Save time and focus on what really matters.
We'll take care of the rest.

For all merchants.

Receive your payments instantly.

Merchants, entrepreneurs, businesses, whether you sell online or in person, you've come to the right place.

Send a personalized payment link via WhatsApp.
Receive instant payment, directly into your mobile wallet.

It's that simple.

For freelancers.

Offer your services everywhere

Offer your international customers a quick and easy way to pay you.
Receive bank transfers directly to your mobile wallet.

‍Asolution designed for freelancers who want to cross borders.

Designed for developers.

The API that adapts to you.

Add Lygos to your sites and applications with ease.
Connect your tools, automate your transactions and receive payments directly in your mobile wallet.

A solution designed to go further.

Features designed for your success.

Build your business with the best tools.

Payment links

Receive payments instantly with personalized payment links.

Virtual Iban

Accept international bank transfers directly from your mobile wallet.

API solutions

Add Lygos payments to your sites and applications with ease.

Bills

Easily download sales invoices to send to your customers.

Available soon

Mass payments

Send up to 100 payments at once. Save time and simplify your processes.

Available soon

Accounting

Generate detailed reports, track your transactions and analyze your performance.

What the numbers say about us

700,000+
transactions carried out
13+
countries covered
+97,2%
instant payments
5,000+
business assets

For developers, designed by developers.

Integrate our infrastructure with your platforms and applications with ease.
Designed to adapt to your needs, our API is ideal for WooCommerce or any custom project.

A solution designed to simplify your payments and accelerate your business.

Rapid integration
Connect your systems with just a few lines of code.

Full documentation
‍Everything
you need to get started quickly.

Reliability
‍Secure
, instant payments in your mobile wallet.

curl --request POST \
  --url https://api.lygosapp.com/v1/products \
  --header 'api-key: your_api_key_here' \
  --header 'Content-Type: application/json' \
  --data '{
    "title": "Product Name",
    "amount": 1000,
    "description": "Product description here",
    "success-url": "https://your-domain.com/success",
    "failure-url": "https://your-domain.com/failure"
}'
import requests
import json

url = "https://api.lygosapp.com/v1/products"
headers = {
    "api-key": "your_api_key_here",
    "Content-Type": "application/json"
}

payload = {
    "title": "Product Name",
    "amount": 1000,
    "description": "Product description here",
    "success-url": "https://your-domain.com/success",
    "failure-url": "https://your-domain.com/failure"
}

response = requests.post(url, headers=headers, json=payload)
data = response.json()
print(data)
const payload = {
  title: "Product Name",
  amount: 1000,
  description: "Product description here",
  "success-url": "https://your-domain.com/success",
  "failure-url": "https://your-domain.com/failure"
};

const response = await fetch('https://api.lygosapp.com/v1/products', {
  method: 'POST',
  headers: {
    'api-key': 'your_api_key_here',
    'Content-Type': 'application/json'
  },
  body: JSON.stringify(payload)
});

const data = await response.json();
console.log(data);
Start accepting payments.

Register at
free
in less than 3 minutes.

Lygos screen register