๐Ÿ’ต USD ... ๐Ÿ’ท GBP ... ๐Ÿ’ถ EUR ...
Personal Business About Us Security Developers Support Blog Careers โšก Get Started
๐Ÿ”— Coming Soon

Build with the
FlashPay API

Integrate instant payments, transfers, airtime and bill payments into your own app or website using FlashPay's developer platform.

send-money.js
// Send money with the FlashPay API
const response = await fetch(
  'https://api.flashpay.ng/v1/transfer',
  {
    method: 'POST',
    headers: {
      'Authorization': 'Bearer YOUR_API_KEY'
    },
    body: JSON.stringify({
      amount: 5000,
      recipient: '8012345678'
    })
  }
);

// Money sent in milliseconds โšก

Powerful payments,
simple integration

The FlashPay API platform will give developers everything needed to build payment experiences into any application.

๐Ÿ’ธ

Transfers API

Send money programmatically to FlashPay users or any Nigerian bank account directly from your application.

POST /v1/transfer
๐Ÿ“ฑ

Airtime & Data API

Let your users buy airtime and data bundles for any Nigerian network directly within your app or platform.

POST /v1/airtime
โšก

Bills API

Process electricity bills, TV subscriptions and other utility payments through a single unified API endpoint.

POST /v1/bills
๐Ÿ’ณ

Collections API

Accept payments from customers into your business account with virtual accounts and payment links.

POST /v1/collections
๐Ÿ””

Webhooks

Get real time notifications for every transaction event so your application always stays in sync.

webhook events
๐Ÿงช

Sandbox Environment

Test your integration thoroughly in our sandbox environment before going live with real transactions.

test mode

Works with your stack

RESTful APIs designed to work with any programming language or framework.

๐ŸŸจ

JavaScript

๐Ÿ

Python

๐Ÿ˜

PHP

โ˜•

Java

๐Ÿ“ฑ

React Native

๐ŸŒ

Any REST Client

๐Ÿน

Go

๐Ÿ’Ž

Ruby

Be the first to build with FlashPay

Join the developer waitlist and we will notify you the moment the FlashPay API platform launches, along with early access and documentation.