Search and Pay Challan

Overview

This page offers the UI details for the search and pays challan feature. Once a challan is created, in order to pay the challan or update the challan, we have to find the relevant challan.

Search and Pay

A citizen can only search for the challan, download the challan, and pay for the challan.

In order to make any payment for challans, both Citizen and Employee roles, use the Bill genie screens to get the bill and can proceed with payment.

BillGenie

To enable the service category to search we have to configure billGineiURL in MDMS as follow.

{
  "businessService": "Taxes.No Dues Certificate",
  "code": "TX.No_Dues_Certificate",
  "collectionModesNotAllowed": [
    "DD"
  ],
  "partPaymentAllowed": false,
  "isAdvanceAllowed": false,
  "demandUpdateTime": 86400000,
  "isVoucherCreationEnabled": true,
  "type": "Adhoc",
  "billGineiURL": "egov-searcher/bill-genie/mcollectbills/_get"
}

Once billGineiURL is configured for a service, we get an option in bill genie to search for it.

Once the challan is created to Update or cancel challan we use Challan Search.

Click here to find the Search Challan file and the Search Results file.

Localisation Module

rainmaker-uc

API Used

  1. egov-mdms-service/v1/_search

  2. echallan-services/eChallan/v1/_search

Role Action Mapping

APIRolesAction ID

egov-mdms-service/v1/_search

954

echallan-services/eChallan/v1/_search

UC_EMP

2114

Related TitleDocumentation

MCollect Create Challan

MCollect Pay Challan

MCollect Edit / Update Challan

Last updated

​All content on this page by eGov Foundation is licensed under a Creative Commons Attribution 4.0 International License.