3 - MagneFlex Powder Resources
SDK - MagneFlex Powder, MIddleware,| PIN PEDs | Programmer’s Manual (MagneFlex API)
Page 25
Parameter
Description
EndSession
Flag which determines whether an EndSession command is sent to the
device after the request is processed. Default value is “false”. When set to
false, this flag may facilitate the display of a custom message after a
request is processed.
“false” = Do no end the session.
“true” = End the session.
Return Value:
The Transaction output.
{“TransactionOutput”: {}}
3.8
RequestSendAcquirerResponse
Sends the ARPC to the device.
Using Method POST:
api/mtppscrahost/RequestSendAcquirerResponse(
string DeviceID,
int WaitTime,
int WaitTimeBeforeTransactionComplete,
string IssuerAuthenticationData,
string IssuerScriptTemplate1,
string IssuerScriptTemplate2,
int ApprovalStatus,
string KSN,
string DeviceSerialNumber,
array AdditionalRequestData,
boolean CloseDevice,
boolean EndSession);