Fintech APIs & Platform for KYC, Verification & Transactions in India | Eko Platform Services
Eko Platform Services Logo

GETGet District Discome (UPPCL)

Resolve the district-level distribution company code required by UPPCL (operator 190).

GET/customer/payment/bbps/operators/190/district-discome

Some electricity billers require a district-level distribution company (discome) code. This applies to operator 190 (UPPCL) only — no other biller needs it, and the path is fixed to 190 rather than parameterised.

Show the agent each label and send the matching value as district_discome on both Fetch Bill and Pay Bill.

The list is returned under param_attributes.list_elements, not under data.

Request

Query parameters

initiator_idstringRequired

Registered mobile number of the API user (see Platform Credentials).

example: 9962981729

client_ref_idstringoptional

Unique reference ID per API call, generated by your system (max 20 characters).

example: 2026010100123456789

Response types

response_type_idMeaningNext step
2110District list returned — pass the chosen `value` as `district_discome` when fetching the bill.Fetch BBPS Bill
2434Districts could not be fetched. The envelope still carries `status: 0`, so branch on this id rather than on `status`.

Responses

2110District list returned — pass the chosen `value` as `district_discome` when fetching the bill.Next:Fetch BBPS Bill

  • statusnumber

    Primary success indicator (0 = success).

  • messagestring

    Human-readable response / error message.

  • response_status_idnumber

    Granular status id; see the shared error-codes table.

  • response_type_idnumber

    A unique id for every possible response shape (success or error) — useful for client logic branching and analytics.

  • dataobject

    API-specific response payload.

    • param_attributesobject

      Wrapper for the district list — returned at the top level of the response, not under `data`.

      • list_elementsarray

        One entry per UPPCL district.

        • labelstring

          District name to show the agent.

        • valuestring

          The `district_discome` value to pass to Fetch Bill and Pay Bill for operator 190.

Next steps

Related