Get Wallet Logs API (eStamping)
Embark on a seamless journey of financial transparency with the revolutionary Signzy system, offering clients the ability to effortlessly access their transaction logs. Within a specified time range, clients can delve into a wealth of transaction details, empowering them with unparalleled visibility and control over their financial activities. By utilizing the "Parameter type," a powerful identifier, clients can effortlessly retrieve their eStamp or eChallan logs, unveiling a comprehensive record of their transactions. Bid farewell to uncertainty and embrace a world where financial insights are readily available at your command, courtesy of Signzy's intuitive and secure platform.
Client can check their transation logs in signzy system between a certain range of time. Parameter type is used to identify the eStamp or eChallan logs to be fetched.
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.
The details of the API can be found here.
PARAMETERS | DESCRIPTION | TYPE | MANDATORY/OPTIONAL |
---|---|---|---|
type | eStamp , eChallan or REVENUE_STAMP. By default eStamp will be used | String | Mandatory |
startDate | Start date | String | Mandatory |
endDate | End date | String | Mandatory |
The duration at maximum can be 31 days.
PARAMETERS | TYPE | DESCRIPTION |
---|---|---|
logFile | String | CSV file |
The following terms are used in eStamp CSV reports.
Column Name | Description |
---|---|
sNo | Serial Number |
TimeStamp | Date and time of transaction |
ContractId | contract Id with which it was used |
FirstPartyName | Name of First Party |
SecondPartyName | Name of the Second Party |
StateCode | State code for the eStamp |
ArticleCode | Article code for the eStamp |
denomination | Value of stamp in case of stamp. |
Status | Status of the transaction(REVERTED,CONSUMED, INPROGRESS) |
CertificateNo | Certificate Number of the estamp which is consumed |
CertificateDate | Date of eStamp when it was purchased |
UniqueDocRef | Unique Document Reference number of eStamp |
The following terms are used in eChallan CSV reports.
Column Name | Description |
---|---|
sNo | Serial Number |
TimeStamp | Date and time of transaction |
ContractId | contract Id with which it was used |
FirstPartyName | Name of First Party |
SecondPartyName | Name of the Second Party |
StateCode | State code for the eStamp |
ArticleCode | Article code for the eStamp |
Amount | Amount of eChallan |
Status | Status of the transaction(REVERTED,CONSUMED, INPROGRESS) |
SubChallanNo | Challan Number of the echallan which is consumed |
InitialBalance | Initial Balance of the eChallan |
FinalBalance | Remaning Balance of the eChallan |
Provider | eChallan provider |
The following terms are used in Revenue Stamp CSV reports.
Column Name | Description |
---|---|
sNo | Serial Number |
TimeStamp | Date and time of transaction |
ContractId | contract Id with which it was used |
LotNo | Lot Number allocated to the revenue stamp |
uniqueRefNo | Unique Refernce number for the Revenue Stamp |
Status | Status of the transaction(REVERTED,CONSUMED, INPROGRESS) |
InitialBalance | Initial Balance of the Revenue Stamp |
FinalBalance | Remaning Balance of the Revenue Stamp |
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 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 [email protected] |
![Doc contributor](https://s3.amazonaws.com/archbee-animals/koala.png)