GePG Bill Inquiry API

Inquire details of a government bill via GePG (Government Electronic Payment Gateway). Retrieve bill information before payment processing.

Overview

Key Features

  • Real-time government bill verification
  • Comprehensive bill details retrieval
  • Control number validation
  • Bill amount confirmation
  • Bill status checking

The GePG Bill Inquiry API allows you to query government bill details using control numbers. This is essential for verifying payment amounts and bill status before processing government payments.

API Endpoint

POST /api/v1/gepg/inquiry

GePG Bill Inquiry API

Inquire details of a government bill via GePG (Government Electronic Payment Gateway). Retrieve bill information before payment processing.

Sample Request

Example request payload from the API specification:

{
  "requestDetails": {
    "sourceId": "eTeller",
    "billerCode": "GEPG",
    "billerOperationCode": "INQ"
  },
  "requestBody": {
    "gepgBillQryReq": {
      "requestId": "MK20936600117",
      "controlNum": "993080008282"
    }
  }
}

Sample Response

Example successful response:

{
  "statusCode": 600,
  "message": "Success",
  "body": {
    "gepgBillQryResp": {
      "billHdr": {
        "billStsDesc": "Transfer to Central Bank",
        "custCtrNum": "993080008282"
      },
      "billDetails": [
        {
          "billDesc": "TAX REVENUE BILL",
          "billAmt": "150.00"
        }
      ]
    }
  }
}

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