Nomba · Schema

Nomba Transaction

Schema representing a Nomba transaction record for payments, transfers, and payouts across the platform.

PaymentsFintechBankingTransfersVirtual AccountsCheckoutCross-Border PaymentsCards

Properties

Name Type Description
transactionId string The unique identifier for the transaction.
transactionRef string The system-generated transaction reference number.
merchantTxRef string The merchant-provided transaction reference for idempotency and reconciliation.
amount number The transaction amount.
fee number The fee charged for the transaction.
currency string The ISO 4217 currency code for the transaction.
type string The transaction type indicating the direction of funds.
source string The channel through which the transaction was initiated.
status string The current processing status of the transaction.
terminalId string The POS terminal identifier, present for terminal-based transactions.
rrn string The Retrieval Reference Number for POS transactions.
sessionId string The session identifier linking related transaction steps.
narration string A description or note associated with the transaction.
createdAt string The date and time the transaction was created.
updatedAt string The date and time the transaction was last updated.
View JSON Schema on GitHub

JSON Schema

nomba-transaction-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://developer.nomba.com/schemas/nomba/transaction.json",
  "title": "Nomba Transaction",
  "description": "Schema representing a Nomba transaction record for payments, transfers, and payouts across the platform.",
  "type": "object",
  "required": ["transactionId", "amount", "status"],
  "properties": {
    "transactionId": {
      "type": "string",
      "description": "The unique identifier for the transaction."
    },
    "transactionRef": {
      "type": "string",
      "description": "The system-generated transaction reference number."
    },
    "merchantTxRef": {
      "type": "string",
      "description": "The merchant-provided transaction reference for idempotency and reconciliation."
    },
    "amount": {
      "type": "number",
      "description": "The transaction amount.",
      "minimum": 0
    },
    "fee": {
      "type": "number",
      "description": "The fee charged for the transaction.",
      "minimum": 0
    },
    "currency": {
      "type": "string",
      "description": "The ISO 4217 currency code for the transaction.",
      "pattern": "^[A-Z]{3}$",
      "example": "NGN"
    },
    "type": {
      "type": "string",
      "description": "The transaction type indicating the direction of funds.",
      "enum": ["credit", "debit"]
    },
    "source": {
      "type": "string",
      "description": "The channel through which the transaction was initiated.",
      "enum": ["pos", "web", "app", "api"]
    },
    "status": {
      "type": "string",
      "description": "The current processing status of the transaction.",
      "enum": ["successful", "pending", "failed", "reversed"]
    },
    "terminalId": {
      "type": "string",
      "description": "The POS terminal identifier, present for terminal-based transactions."
    },
    "rrn": {
      "type": "string",
      "description": "The Retrieval Reference Number for POS transactions."
    },
    "sessionId": {
      "type": "string",
      "description": "The session identifier linking related transaction steps."
    },
    "narration": {
      "type": "string",
      "description": "A description or note associated with the transaction.",
      "maxLength": 200
    },
    "createdAt": {
      "type": "string",
      "format": "date-time",
      "description": "The date and time the transaction was created."
    },
    "updatedAt": {
      "type": "string",
      "format": "date-time",
      "description": "The date and time the transaction was last updated."
    }
  }
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/nomba-transaction"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.