Decoder Lookup (Pay-TV) API

Validate Pay-TV subscriber before payment. Supports DSTV, AZAM TV, Startimes, and ZUKU decoders.

Overview

Key Features

  • Multi-provider support (DSTV, AZAM, Startimes, ZUKU)
  • Decoder number validation
  • Customer name verification
  • Account status checking
  • Payment reference generation

The Decoder Lookup API enables you to verify Pay-TV subscriber information before processing subscription payments. This ensures accurate payment delivery to the correct account.

API Endpoint

POST /api/v1/decoder/lookup

Decoder Lookup (Pay-TV) API

Validate Pay-TV subscriber before payment. Supports DSTV, AZAM TV, Startimes, and ZUKU decoders.

Sample Request

Example request payload from the API specification:

{
  "serviceProvider": "ZUKU",
  "requestBody": {
    "referenceNumber": "733307"
  }
}

Sample Response

Example successful response:

{
  "statusCode": 600,
  "message": "Lookup successful",
  "body": {
    "customerName": "EMMANUEL MDOTTA",
    "paymentReference": "9834350108"
  }
}

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