Hello, I'm having the same issue where I setup and initialise the SDK, in both TEST and PRODUCTION environments, but I keep getting the same 401 error.

Here's my config file
String merchantId = "<ID here>", merchantCode, merchantSecret = "<secret here>", currencyCode = "566";
`var config = new IswSdkConfig(
merchantId,
merchantSecret,
merchantCode,
currencyCode,
);`
Here's the test payment info used
var customerId = "1234567890", customerName = "Test Info", customerEmail = "test@info.com", customerMobile = "08012345678", reference = "1234567890";
Hello, I'm having the same issue where I setup and initialise the SDK, in both TEST and PRODUCTION environments, but I keep getting the same 401 error.

Here's my config file
String merchantId = "<ID here>", merchantCode, merchantSecret = "<secret here>", currencyCode = "566";Here's the test payment info used
var customerId = "1234567890", customerName = "Test Info", customerEmail = "test@info.com", customerMobile = "08012345678", reference = "1234567890";