Account Lookup API

Retrieve customer and account details for a given account number. This API provides comprehensive account information including customer details, account status, and branch information.

Overview

The Account Lookup API allows you to retrieve detailed information about customer accounts within the NMB Bank system. This includes customer identification details, account status, and branch information.

Key Features

  • Real-time account information retrieval
  • Customer details including name and contact information
  • Account status verification
  • Branch and currency information

API Endpoint

POST /api/v1/account/lookup

Account Lookup

Retrieve customer and account details for a given account number

Sample Request

Example request payload from the API specification:

{
  "service": "account-details",
  "payload": {
    "clientID": "tigoPesa",
    "transactionReference": "888999",
    "customerAccount": "24110000529"
  }
}

Sample Response

Example successful response:

{
  "statusCode": 600,
  "message": "Success",
  "body": {
    "custAcNo": "24110000529",
    "branchName": "NMB Ohio",
    "currency": "TZS",
    "custNo": "003654070",
    "accountStatus": "ACTIVE",
    "firstName": "JOHN",
    "lastName": "DOE",
    "email": "john.doe@example.com"
  }
}

Quick Info

Base URL: https://www.fintech.nmbbank.co.tz
Method: POST
Authentication: Bearer Token
Content Type: application/json

Need Help?

Our support team is ready to assist you with API integration.

Contact Support Join Community