The in person windows SDK only shows a way to connect using a username and password. Can this be changed to an api login id and transaction id for in person transactions?
merchantAuthentication = new merchantAuthenticationType()
{
name = //username,
Item = //password,
mobileDeviceId = //unique device identifier,
ItemElementName = ItemChoiceType.password
}We are worried about the user having to reset their password every 120 days
05-07-2020 10:46 AM