Amazon Payfort .NET Integration using SDK

98 Views Asked by At

I am trying to test amazon payfort SDK for .net as I have to use it in my main website but unable to do so as after providing all the required information mentioned it's still not running. Required information are as follows:

"AccessCode": "", "MerchantIdentifier": "", "RequestShaPhrase": "", "ResponseShaPhrase": "", "ShaType": "Sha256"

Only error I am getting is technical problem with a code 0006 which is very weird as there is no information present at all about this.

If someone has faced this issue earlier please help me.

Thanks in advance.

1

There are 1 best solutions below

1
elias farha On
{
  "SdkConfiguration": {
    "Environment": "Test",//or production
    "AccessCode": "",
    "MerchantIdentifier": "",
    "RequestShaPhrase": "",
    "ResponseShaPhrase": "",
    "ShaType": ""
  }
}