Estamping
Check Wallet Balance API (eStamping)
13min
introduction embark on a journey of financial empowerment with the innovative signzy system, where clients can effortlessly monitor their wallet balances by simply crediting a stamp, challan, or revenue stamp, clients unlock the ability to gain valuable financial insights within the signzy ecosystem the key to this is the smart use of the "parameter type" — a powerful identifier that enables clients to seamlessly access their estamp, echallan, or revenue stamp wallet, offering a comprehensive view of their available funds say goodbye to uncertainty and welcome a world of financial clarity, all at your fingertips, with signzy’s intuitive and secure platform clients can check their wallet balance in the signzy system after crediting a stamp, challan, or revenue stamp the "parameter type" is used to identify the specific estamp, echallan, or revenue stamp wallet to be accessed authentication api authentication is a crucial security process that ensures authorized access to an application programming interface (api) it involves validating the identity of users or systems seeking to interact with the api please use the access token shared with you by your assigned signzy's csm please set the value of the key authorization in the headers to the access token , while making an api call in this way, signzy's system will be able to authenticate you and you will be able to make a successful api call api details the details of the api can be found here sample curl pre production curl location 'https //api preproduction signzy app/api/v3/contract/estamp/walletbalance' \\ \ header 'authorization ' \\ \ header 'content type application/json' \\ \ data '{ "type" "echallan" }' production curl location 'https //api signzy app/api/v3/contract/estamp/walletbalance' \\ \ header 'authorization ' \\ \ header 'content type application/json' \\ \ data '{ "type" "echallan" }' input parameters parameters description type mandatory/optional type estamp , echallan and revenue stamp , by default estamp will be used string mandatory sample response 200 { "result" { "logfile" " logfile " } } output parameters parameters type description logfile string csv file the following terms are used in estamp csv reports column description sno serial number firstpartyname name of the first party statecode state code for estamp denomination value of stamp articlecode article code for the estamp status status of the estamp sample sno firstpartyname statecode denomination articlecode status 1 signzy mh 500 mh10041 available the following terms are used in echallan csv reports column description sno serial number firstpartyname name of the first party statecode state code for echallan articlecode article code for the echallan challanno echallan no which have the balance left initialbalance the uploaded amount currentbalalance amount present in the challan sample sno firstpartyname statecode articlecode challanno initialbalance currentbalalance 1 signzy ka ka1005 ka345fowo20f 10,000 1000 the following terms are used in revenue stamp csv reports column description sno serial number lotno lot number automatically assigned to the revenue stamp revenuestampsdate date of the revenue stamp initialbalance the uploaded amount currentbalalance amount present in the revenue stamp sample sno lotno revenuestampsdate initialbalance currentbalalance 1 677ecghee5434545 07/01/2025 50,000 10,000 sample error 400 { "name" "error", "message" "", "reason" "validation error", "type" "bad request", "statuscode" 400 } 401 { "message" "invalid authentication credentials" } 404 { "name" "error", "message" "", "reason" "not found", "type" "not found", "statuscode" 404 } 500 { "error" { "name" "error", "message" "internal server error", "reason" "internal server error", "type" "internal server error", "statuscode" 500 } } error parameter parameter type description name string in case of errors, it will have the value "error" it represents an error message string message for the error reason string reasons for the error type string type of error statuscode string status code of the error error codes error code error message explanation 400 bad request input parameter has a missing required parameter or invalid inputs 401 authorization failed authorization token is invalid 404 not found not found 500 internal server error internal error at signzy, please reach out to help\@signzy com clients can review their estamping transaction logs in the signzy system for a specific time range, using get wallet logs api allowing to track and monitor financial activities efficiently