3 - MTSCRA Library Functions
Dynamag, DynaMAX, and eDynamo| Secure Card Reader Authenticator | Programmer’s Reference (WCF)
Page 21
3.14
setAcquirerResponse (eDynamo Only)
This function informs eDynamo to process transaction decision from acquirer.
byte[] setAcquirerResponse(byte[] response);
Parameter
Description
response
Hex string for the response data. First two bytes indicate message length,
following TLV response message. Reference to A.2 ARQC Response
Return Value:
This function will always returns null. To get the result code of this command, use getResultCode()
function.
3.15
getTransactionProgress
This function get the device notification data.
string getTransactionProgress();
Return Value:
JSON string for progress. It contains two properties – type (integer) which references the event type and
data (data attach to this event type). Reference Data Type and Structure for detail.