LUKU Inquiry API

Inquire meter details before LUKU electricity purchase. Verify meter information and owner details.

Overview

Key Features

  • Meter number validation
  • Owner name verification
  • Real-time meter status checking
  • Pre-purchase validation
  • Meter type identification

The LUKU Inquiry API allows you to verify electricity meter details before processing token purchases. This ensures tokens are delivered to the correct meter.

API Endpoint

POST /api/v1/luku/inquiry

LUKU Inquiry API

Inquire meter details before LUKU electricity purchase. Verify meter information and owner details.

Sample Request

Example request payload from the API specification:

{
  "requestDetails": {
    "sourceId": "eteller",
    "billerCode": "LUKU",
    "billerOperationCode": "INQ"
  },
  "requestBody": {
    "gepgBillQryReq": {
      "billReqId": "eTeller12345",
      "meterNum": "24730238417"
    }
  }
}

Sample Response

Example successful response:

{
  "statusCode": 600,
  "message": "Success",
  "body": {
    "gepgVendCustInfoRes": {
      "meterNum": "24730238417",
      "owner": "KASORE GABRIEL NYABUTA"
    }
  }
}

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