From virtual cards to crypto payments, MetroPay provides all the tools you need to run your business efficiently and securely.
Get StartedBuilt for modern businesses that need speed, security, and reliability
Issue virtual Naira and Dollar cards instantly. Perfect for online subscriptions and international payments.
Learn morePCI DSS Level 1 certified with 3D Secure authentication, fraud detection, and real-time monitoring.
Learn moreSend money to any bank account in Nigeria instantly. Real-time processing with 99.9% uptime.
Learn moreAccept payments in 135+ currencies from 150+ countries. Expand your business globally.
Learn moreAccept Bitcoin, Ethereum, USDT, and other cryptocurrencies. Instant conversion to fiat.
Learn moreTrack transactions, monitor spending, and generate reports with our powerful analytics tools.
Learn moreGive your customers the flexibility to pay however they want
Enterprise-grade tools for businesses of all sizes
AI-powered fraud detection and prevention to protect your business and customers.
Native iOS and Android SDKs for seamless mobile payment integration.
Automate subscription payments and recurring charges with flexible billing cycles.
Real-time notifications for all payment events and transaction updates.
Role-based access control and team collaboration features for your organization.
Generate detailed financial reports and export data in multiple formats.
Powerful APIs and comprehensive documentation to integrate payments in minutes, not weeks.
// Initialize payment
const payment = await metropay
.payments.create({
amount: 50000,
currency: "NGN",
email: "customer@example.com",
metadata: {
orderId: "ORD-12345"
}
});
// Verify payment
const verified = await metropay
.payments.verify(
payment.reference
);
console.log(verified.status);
// "success"Join thousands of businesses already using MetroPay to accept payments and grow their revenue.