Search and Pay Challan

Overview

This page offers the UI details for the search and pay 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 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 for 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

S.No.

API

ROLES

ACTION ID

1

egov-mdms-service/v1/_search

954

2

echallan-services/eChallan/v1/_search

UC_EMP

2114

Related Title

Documentation

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.