3 - MagneFlex Powder Resources
SDK - MagneFlex Powder, MIddleware,| PIN PEDs | Programmer’s Manual (MagneFlex API)
Page 19
Parameter
Description
CloseDevice
Flag which determines whether the connection to the device will be closed
after the request is processed. Default value is “false”.
“false” = Do no close the device.
“true” = Close device.
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 Card Manual output.
{“CardManualOutput”: {}, “StatusCode”:, “AdditionalOutputData”:{}}
3.5
RequestPIN
Prompts the user to enter a PIN by displaying one of five predetermined messages and playing a specified
sound.
Using Method POST:
api/mtppscrahost/RequestPIN(
string DeviceID,
int WaitTime,
int PinMode,
int MaxPinLength,
int MinPinLength,
int Options,
int Tones,
string FieldSeparator,
boolean CloseDevice,
boolean EndSession);