Payment infrastructure built for Africa
Accept payments, send money, buy airtime, and manage collections — all through one powerful API and dashboard. Go live in minutes.
Total balance
₦ 4,250,000
+12.4% this month
Collections
₦ 1,820,500
34 payments received
Transfers sent
₦ 680,000
12 transactions
Recent transactions
Adewale Okonkwo
Collection
₦ 50,000
paidAirtime — 09031234567
VAS
₦ 1,000
successBank Transfer
Transfer
₦ 250,000
successEverything you need
One platform, endless possibilities
From accepting your first payment to running a full financial operation — EasiGateway scales with you.
Multi-currency wallets
Hold NGN, USD, GHS and KES in separate wallets. Move money between them instantly.
Payment collections
Create payment links in seconds. Share with customers and receive funds directly to your wallet.
Bank transfers
Send funds to any Nigerian bank account with real-time name verification and instant execution.
VAS & Bills
Top up airtime and pay utility bills for MTN, Airtel, Glo and 9mobile across Nigeria.
Developer API
REST API with secret and public keys. Webhooks, idempotency, and sandbox environment included.
Enterprise security
End-to-end encryption, KYC verification, duplicate-transaction guards, and audit logs.
Simple onboarding
Go live in 4 steps
No lengthy paperwork. No waiting weeks. Get from zero to fully operational in one afternoon.
Create your account
Sign up in under 2 minutes. Enter your email, set a passcode, and verify with OTP.
Complete KYC
Verify your identity with BVN or NIN, and submit your company documents for approval.
Get your API keys
Instantly generate live and test API keys from the developer center.
Start transacting
Accept collections, send transfers, purchase VAS — all from the dashboard or via API.
Built for developers
Integrate in minutes, not months
Clean REST API, predictable responses, sandbox environment, webhook events, and idempotency keys. Everything you'd expect from world-class payment infrastructure.
- REST API with JSON responses
- Sandbox & live environments
- Webhook event system
- Idempotent requests
- Full API documentation
const res = await fetch(
'https://api.easigateway.com/api/v1
/collections/payments',
{
method: 'POST',
headers: {
'x-api-key': 'eg_live_sk_••••••••',
'Content-Type': 'application/json',
},
body: JSON.stringify({
reference: 'LINK_REF_001',
customer_name: 'Adewale Okonkwo',
customer_email: 'ade@example.com',
currency: 'NGN',
amount: 50000,
}),
}
);
const { data } = await res.json();
// data.checkout_url → redirect customerReady to accept your first payment?
Join hundreds of Nigerian businesses using EasiGateway to power their payments. Free to start — no credit card required.