Nomba for Developers
Elevate your FinTech
Vision with our APIsThe most powerful Virtual Account, Seamless Transfers, and Real-Time Webhooks to scale your business
Companies of all sizes trust our APIs for
financial ease and growthVirtual Account API
In the world of modern business, efficiency and flexibility in financial management are paramount. The Virtual Account API is your gateway to streamlined finances, empowering founders and business owners to optimize their operations. Virtual accounts, though not physical entities, provide a digital means to segregate, monitor, and manage funds precisely tailored to your business needs.
By integrating the Virtual Account API, you unlock a host of benefits: enhanced funds management, real-time monitoring, customization, top-tier security, simplified transactions, and compliance assurance.
By integrating the Virtual Account API, you unlock a host of benefits: enhanced funds management, real-time monitoring, customization, top-tier security, simplified transactions, and compliance assurance.
Checkout our Amazing Offerings
Here's how our APIs come together to bring ideas to life
Virtual Account API
Manage unique payment accounts of their customers.
Transfer API
Automatically transfer money directly to your customers' bank accounts.
Terminal API
Empower your features and products with our Developer API.
Checkout API
Process your payments online easily and securely wherever you are.
Unleash the Potential of Our
Solutions
Dynamic API Discover the tools that will supercharge your Financial innovations
Customizable Virtual
Accounts for every user
Accounts for every user
Enhance user engagement and simplify fund management tailored to each user’s needs.
Swift and Secure Money
Transfer around the World
Transfer around the World
Cutting-Edge Solutions for Seamless and Trusted Global Financial Transactions
Simplify Transaction with
our Online CheckoutEffortlessly boost sales, enhance user experiences and increase conversion rates.
Triple-layered Security to
Safeguard your FinTech
Safeguard your FinTech
With our comprehensive security approach, your financial ecosystem is shielded at every step.
Easy, Seamless Developer
Access and ExperienceA simple, elegant interface so you can start integrating in minutes. Leverage our APIs to transform your businesses and products
Virtual Account
Transfer
Terminal
Checkout
Node.js
PHP
COPY
const http = require('https');
const options = {
method: 'POST',
hostname: 'api.nomba.com',
port: null,
path: '/v1/accounts',
headers: {
accountId: '',
'Content-Type': 'application/json',
Accept: 'application/json',
Authorization: 'Bearer undefined'
}
};
const req = http.request(options, function (res) {
const chunks = [];
res.on('data', function (chunk) {
chunks.push(chunk);
});
res.on('end', function () {
const body = Buffer.concat(chunks);
console.log(body.toString());
});
});
req.write(JSON.stringify({
accountRef: '1oWbJQQHLyQqqf1SwxjSpudeA21',
phoneNumber: '2348188667581',
email: '[email protected]',
bvn: '12234412345',
pin: '1234',
accountName: 'Daniel Scorsese',
currency: 'NGN'
}));
req.end();
Hear what business partners have to say
FAQs
How can I get my API keys?
Your API keys are on your nomba dashboard. Please login to your nomba dashboard, navigate to the settings and click on the API Keys tab to copy your Keys.
How will I be notified if a payment is made into my virtual account?
You will receive notifications via webhook. Please login to your nomba dashboard, navigate to the webhook tab within settings to supply your webhook details and select the events you will like to be notified on.
When will I receive settlements if my customers make payment into the virtual account?
Successful transactions will be instantly settled into your nomba wallet.
What types of transfers are supported by the API?
The transfers supported on the API are bank-to-bank, wallet-to-bank and wallet-to-wallet transfers.
Is there a limit to the number of virtual accounts I can create for my customers?
There is no fixed limit to the number of virtual accounts you can create for your customers.