- Status will be returned back to the client for each transaction (Success/ Failure/ Cancel)
- Unique Transaction number will be generated for each transaction by signer gateway. This transaction will be mapped with unique Reference number sent by the client
Response Parameters
Parameters | Description |
ReturnStatus | Returns Success if request is processed successfully otherwise Failure |
ErrorMessage | If ReturnStatus is “Failure” it will return an error message. If this is empty then request is a success. Check below error messages. |
Returnvalue | In case of PDFReturns the signed pdf, if signing is completed successfully otherwise FailureIn case of XML/DATAReturns Encrypted Signed data (in base64 format), if signing is completed successfully otherwise Failure |
Transactionnumber | Returns unique transaction number for each request transaction. Note: To identify each new transaction in the ESGS Database, a unique identifier is created every time. This identifier is known as the Transaction number. |
Referencenumber | Returns same reference number which was created by client while raising the request. |