Skip to content

Unable to get payment options #2

@Gerald-97

Description

@Gerald-97

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.
Screenshot_1594731916

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";

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions