For growing businesses
Financial infrastructure for growing businesses
Open an account, get paid to dedicated account details, send transfers, issue virtual USD cards and invoice your customers — from one dashboard or one API.

Modular products
A full stack for moving money.
Start with an account and add what you need. Every product shares one balance, one ledger and one set of records, so a payment made in the dashboard and one made through the API look the same in your statement.
See what each product costs- Receive moneyDedicated account details in your business name. Inflows appear with the sender's name and settle to your balance.
- Send moneyBank transfers to any local account, single or in batches, with the exact fee stated before you approve.
- Virtual accountsIssue an account number per customer or order so payments reconcile themselves instead of arriving as one undifferentiated stream.
- Virtual USD cardsCards for online business spending — software, ads, hosting. Freeze, set limits and see every authorisation as it happens.
- InvoicesDraft, send and track invoices with a payment link attached. Marked paid automatically when the matching inflow lands.
- Numero APICreate accounts, initiate transfers and receive webhooks. Available to registered companies after verification.
Developers
One API for accounts, payouts and webhooks.
Predictable REST resources, idempotency keys on every write, signed webhooks and a sandbox that returns the same failure codes as production — including the ones the local rails actually return.
- Test keys before your company is verified, so you can build now
- Events delivered reliably, and replayable when you need them
- Every API transfer returns the same fee it would show in the dashboard
curl https://api.usenumero.com/v1/transfers \ -H "Authorization: Bearer sk_live_..." \ -H "Idempotency-Key: 5f3c1a" \ -d amount=25000000 \ -d currency="NGN" \ -d bank_code="058" \ -d account_number="0123456789" \ -d narration="October retainer" { "id": "trf_2Nk9qLd", "status": "processing", "amount": 25000000, "fee": 4000, "total_debit": 25004000 }
curl https://api.usenumero.com/v1/virtual_accounts \ -H "Authorization: Bearer sk_live_..." \ -H "Idempotency-Key: 91be74" \ -d customer_reference="ORD-10482" \ -d name="Adeola Ventures" { "id": "va_81h29Kl", "account_number": "9911004218", "bank_name": "Numero Partner Bank", "status": "active" }
// POST /webhook (incoming from Numero) { "event": "transfer.completed", "data": { "id": "trf_2Nk9qLd", "status": "completed", "amount": 25000000, "fee": 4000 } }
Solutions
Start where your business is today.


Registered Business Names
Business Names and sole proprietorships, trading under the name you registered.
Business Name account
Companies
Limited liability companies and corporations with teams, permissions and higher volume.
Company account
Customer story
“With Numero, our supplier payments are faster and more dependable. Their seamless solutions have made scaling into new markets easy, so we can focus on what we do best.”
Nathan Agama
Co-founder and CEO, Brydge
Ready to get started?
Create an account and start receiving money, or speak to us about API access and higher limits.
How it goes
- Tell us who you areA few details about you and the business. About five minutes, all in the browser.
- We verify in the backgroundWe'll tell you the moment the account is live — and exactly what's missing if anything is.
- Start getting paidShare your account details, send your first invoice, or call the API.
Numero will never ask you for your password, transaction PIN or a verification code — not by phone, email or WhatsApp.