Infrastructure for crypto & fiat payments
On‑ramp, off‑ramp, virtual cards, giftcards, local transfers, airtime & data — fast, secure, and reliable. Built for Africa, ready for the world.
Everything you need to move money
From crypto to local currency, from virtual cards to giftcards — the complete financial toolkit.
Crypto on & off-ramp
Convert between crypto and local currency instantly. Support for BTC, ETH, USDT, and major stablecoins with transparent fees.
Virtual cards
Instant virtual cards for online payments, subscriptions, and global shopping. Works everywhere Visa is accepted.
Gift cards
Buy and sell 200+ gift card brands including Amazon, Apple, Netflix, and Steam. API available for developers.
Personal account
Get a dedicated account number to receive money from anyone — like a traditional bank account, built for the digital age.
International transfers
Send money across borders with competitive FX rates and no hidden fees. Track your transfer in real-time.
Airtime & data
Top up airtime and data for MTN, Glo, Airtel, 9mobile and 200+ operators worldwide. Instant delivery.
Why Cyberswitch?
Secure, scalable, and accessible to everyone.
Lightning fast
Transactions settle in seconds, not days. Our infrastructure is built for speed.
Bank-grade security
256-bit encryption, multi-factor authentication, and real-time monitoring.
Competitive fees
Transparent pricing with no hidden charges. You'll always know what you're paying.
Beautiful app
Designed for simplicity and speed. Manage all your finances from one intuitive dashboard.
Global reach
Send and receive money across borders. Support for multiple currencies and countries.
24/7 support
Our customer support team is available via chat and email.
Trusted partners
We integrate with leading infrastructure providers.
API for developers
Build on top of Cyberswitch. Embed payments and gift cards into your product.
- Gift card API — 200+ brands, buy & sell programmatically
- Payment orchestration — On-ramp, off-ramp, and transfers
- Real-time webhooks for transaction updates
- Sandbox environment for testing
- SDKs available — Node.js, Python, PHP
// Purchase a gift card with Cyberswitch API import { Cyberswitch } from '@cyberswitch/sdk'; const cs = new Cyberswitch({ apiKey: process.env.CS_API_KEY }); const giftcard = await cs.giftcard.purchase({ brand: 'amazon', amount: 50, currency: 'USD' }); console.log(giftcard.code);