Pass unique transaction number received in the Step6.
Referencenumber *
AlphaNumeric
Pass unique random number as reference number for each transaction request. Example: 1213 Note: You can pass timestamp as a reference number to create uniqueness. You are not allowed to pass reference number which has been used for any of the previous transactions. Eg: 00000000000110
Response Data
Parameter
Data Type
Description
IsSuccess
Boolean
Returns TRUE if request is success otherwise FALSE
Messages
Collection of String
If IsSuccess is true it will return “Transaction Status successfully retrieved”.
Value
Collection of Info
Transactionnumber
String
Returns transaction number that is received in request.
Referencenumber
String
Returns reference number that is received in request.
Status
String
Returns Completed, if signing is done successfully otherwise Failed. Returns Initiate, if user just initiated and left in the middle.
ErrorMessage
Collection of String
Returns error message if transaction status retrieval failed.
{
“IsSuccess”: true,
“Messages”: [
“Status Information Found”
],
“Value”: {
“TransactionNumber”: “ESG20171213161927943”,
“ReferenceNumber”: “REFDB190”,
“Status”: “Failed”,
“ErrorMessage”: “You cannot use reference number which is already used in previous transactions. ::1”
}
}
Error Code
Error Msg
Description
201
Invalid Parameters
When any parameter is empty/invalid.
202
Invalid Operation
If API call is invalid
Signed Data Request
Use the “SignedDataRequest” API to retrieve data signed through the signer gateway
Type of Method – GET
To test the retrieval of signed data from signer gateway, please try the test URL below:
Pass unique transaction number received in the Step6.
Referencenumber *
AlphaNumeric
Pass unique random number as reference number for each transaction request. Example: 1213 Note: You can pass timestamp as a reference number to create uniqueness. You are not allowed to pass reference number which has been used for any of the previous transactions. Eg: 00000000000110
Response Data
Parameter
Data Type
Description
IsSuccess
Boolean
Returns TRUE if request is success otherwise FALSE
Messages
Collection of String
If IsSuccess is true it will return “Transaction Status successfully retrieved”.
Value
Collection of Info
Status
String
Returns Completed, if signing is done successfully otherwise Failed. Returns Initiate, if user just initiated and left in the middle.
Transactionnumber
String
Returns transaction number that is received in request.
Referencenumber
String
Returns reference number that is received in request.
SignedData
Byte 64 String
Returns Encrypted Signed DATA, if signing is done successfully otherwise Failure.
ErrorMessage
Collection of String
Returns error message if transaction status retrieval failed.