FSPay is creating an open developer ecosystem where fintech innovators, payment gateways, and e-commerce platforms can integrate stable, Naira-pegged payments directly into their apps and services.
API Uptime
Settlement Time
Developer Support
We're building a comprehensive developer platform with everything you need to integrate stable digital payments into your applications.
Accept and send stablecoin payments programmatically with simple REST endpoints.
Add FSPay wallet features to your app with our comprehensive software development kit.
Real-time transaction notifications for merchant apps and payment processors.
Safely build and test before going live with our comprehensive testing suite.
Get started with just a few lines of code. Our SDK handles the complexity so you can focus on building great experiences.
// Initialize FSPay SDK
import { FSPay } from '@fspay/sdk';
const fspay = new FSPay({
apiKey: 'your_api_key',
environment: 'sandbox' // or 'production'
});
// Send a payment
const payment = await fspay.payments.create({
amount: 1000, // 1000 NGN
recipient: 'wallet_address_or_phone',
description: 'Payment for services',
metadata: {
orderId: 'order_123',
customerId: 'customer_456'
}
});
// Listen for webhook events
fspay.webhooks.on('payment.completed', (event) => {
console.log('Payment completed:', event.data);
// Update your database, send confirmation email, etc.
});FSPay provides the stability, compliance, and performance your applications need to succeed in the digital payments ecosystem.
No volatility risk like other cryptocurrencies. 1 FSP = 1 NGN always.
Future-ready APIs aligned with KYC and transaction monitoring requirements.
Payments clear in seconds, boosting customer experience and cash flow.
Built to handle high transaction volumes with enterprise-grade reliability.
Everything you need to get started, from documentation to community support.
Comprehensive guides, API references, and tutorials to get you started quickly.
Coming SoonJoin our Discord and Slack channels to connect with other developers and get support.
Coming SoonOpen-source examples and starter templates for popular frameworks and languages.
Coming SoonJoin our developer waitlist to get early access to APIs and SDKs when we launch. Be among the first to build on Africa's most stable digital payment infrastructure.
Early API Access
Developer Community
Priority Support