HI, I work with c# sdk, and follow the sample code, var request = new
AuthorizationRequest(payInfo.CardNumber, payInfo.ExpirationMonthAndYear,
payInfo.Amount, "xxx");var gate = new Gateway(paymentSettings.ApiLogin,
paymentSettings.ApiKey, false);IGat...