Nomba website screenshot

Nomba

Nomba is a Nigerian fintech platform that provides payment infrastructure for businesses, offering APIs for payment acceptance, transfers, virtual accounts, and cross-border payouts. Their developer platform enables merchants and platforms to integrate card payments, bank transfers, USSD, and QR code payments into applications.

9 APIs 0 Features
PaymentsFintechBankingTransfersVirtual AccountsCheckoutCross-Border PaymentsCards

APIs

Nomba Authentication API

The Nomba Authentication API provides OAuth2-based authentication for accessing all Nomba API endpoints. It supports two authentication methods: Client-Credentials for server-to...

Nomba Accounts API

The Nomba Accounts API enables developers to manage business accounts on the Nomba platform. It provides endpoints for retrieving account details, fetching terminals assigned to...

Nomba Virtual Accounts API

The Nomba Virtual Accounts API allows developers to create and manage virtual bank accounts for receiving payments. There is no fixed limit to the number of virtual accounts tha...

Nomba Transfers API

The Nomba Transfers API provides endpoints for initiating and managing fund transfers. Developers can look up bank codes and names, verify account details, and initiate transfer...

Nomba Online Checkout API

The Nomba Online Checkout API enables developers to create checkout orders and process payments through multiple channels. It supports Visa, Verve, and Mastercard payments, as w...

Nomba Charge API

The Nomba Charge API provides direct card charging capabilities for developers building payment solutions. It supports OTP submission for card transactions, retrieval of user sa...

Nomba Transactions API

The Nomba Transactions API allows developers to retrieve and manage transaction records. It provides endpoints for fetching account transaction history, querying transaction det...

Nomba Global Payout API

The Nomba Global Payout API is a single integration point that enables cross-border payment operators, remittance platforms, and fintechs to collect funds in Nigerian Naira or s...

Nomba Checkout SDK

The Nomba Checkout SDK provides pre-built plugins and client libraries for integrating Nomba payment acceptance into websites and mobile applications. It includes an iOS SDK and...

Collections

Pricing Plans

Nomba Plans Pricing

1 plans

PLANS

Rate Limits

Nomba Rate Limits

1 limits

RATE LIMITS

FinOps

Nomba Finops

FINOPS

Event Specifications

Nomba Webhook Events

The Nomba Webhooks system delivers real-time event notifications via HTTP POST callbacks when activities occur within a customer account. Events include payment successes and fa...

ASYNCAPI

Semantic Vocabularies

Nomba Context

0 classes · 9 properties

JSON-LD

JSON Structure

Nomba Structure

0 properties

JSON STRUCTURE

Resources

🔗
LinkedIn
LinkedIn
🔗
Website
Website
🌐
DeveloperPortal
DeveloperPortal
📰
Blog
Blog
🔗
AsyncAPI
AsyncAPI
🔗
JSONSchema
JSONSchema
🔗
JSONSchema
JSONSchema
🔗
JSONSchema
JSONSchema
🔗
JSONSchema
JSONSchema
🔗
JSONLD
JSONLD
🔗
LlmsText
LlmsText

Sources

Raw ↑
opencollection: 1.0.0
info:
  name: Nomba Virtual Accounts API
  version: 1.0.0
request:
  auth:
    type: bearer
    token: '{{bearerToken}}'
items:
- info:
    name: Virtual Accounts
    type: folder
  items:
  - info:
      name: Create a virtual account
      type: http
    http:
      method: POST
      url: https://api.nomba.com/v1/accounts/virtual
      headers:
      - name: accountId
        value: ''
      body:
        type: json
        data: '{}'
    docs: Creates a new virtual bank account that can receive payments via bank transfers. Each virtual account is assigned
      a unique account number. There is no fixed limit on the number of virtual accounts that can be created for customers.
  - info:
      name: Filter virtual accounts
      type: http
    http:
      method: POST
      url: https://api.nomba.com/v1/accounts/virtual/filter
      headers:
      - name: accountId
        value: ''
      body:
        type: json
        data: '{}'
    docs: Filters and retrieves virtual accounts based on specified criteria. Supports pagination and filtering by account
      status, name, or reference.
  - info:
      name: Fetch a virtual account
      type: http
    http:
      method: GET
      url: https://api.nomba.com/v1/accounts/virtual/:accountRef
      headers:
      - name: accountId
        value: ''
      params:
      - name: accountRef
        value: ''
        type: path
        description: The unique reference identifier of the virtual account.
    docs: Retrieves the details of a specific virtual account by its unique account reference identifier.
  - info:
      name: Update a virtual account
      type: http
    http:
      method: PUT
      url: https://api.nomba.com/v1/accounts/virtual/:accountRef
      headers:
      - name: accountId
        value: ''
      params:
      - name: accountRef
        value: ''
        type: path
        description: The unique reference identifier of the virtual account.
      body:
        type: json
        data: '{}'
    docs: Updates the details of an existing virtual account, such as the account name or expiry date.
  - info:
      name: Expire a virtual account
      type: http
    http:
      method: DELETE
      url: https://api.nomba.com/v1/accounts/virtual/:identifier
      headers:
      - name: accountId
        value: ''
      params:
      - name: identifier
        value: ''
        type: path
        description: The unique identifier of the virtual account to expire.
    docs: Expires (deactivates) a virtual account so that it can no longer receive payments. This action is irreversible.
bundled: true