Other Banks Lookup (TIPS) API

Lookup customer details in other local banks via Tanzania Interbank Payment System (TIPS). Verify account information before initiating interbank transfers.

Overview

The Other Banks Lookup API enables you to verify customer information across different banks in Tanzania through the TIPS network. This is essential for ensuring accurate interbank transfers.

Key Features

  • Cross-bank account verification via TIPS
  • Real-time customer name verification
  • Support for all TIPS-connected banks
  • Account type identification

API Endpoint

POST /api/v1/banks/lookup

Other Banks Lookup

Lookup customer details in other local banks via TIPS

Sample Request

Example request payload from the API specification:

{
  "requestBody": {
    "sourceId": "NMBMobileTest",
    "identifier": "001000347312",
    "transactionReference": "GWX10937635634",
    "fspDestination": "031",
    "identifierType": "BANK"
  }
}

Sample Response

Example successful response:

{
  "statusCode": 600,
  "message": "Success",
  "body": {
    "identifier": "001000347312",
    "fspId": "031",
    "fullName": "DENNIS RENATUS KOMBA",
    "accountType": "BANK"
  }
}

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