Ingenico-ePayments / connect-sdk-dotnet

Ingenico Connect .NET Server SDK
https://docs.connect.worldline-solutions.com/documentation/sdk/server/dotnet/
MIT License
33 stars 16 forks source link

Where i can find hostname for config? #7

Open vvangasam opened 3 years ago

vvangasam commented 3 years ago

Hi,

I am writing config in web.config and there i need to enter hostname and proxy hostname, from where i will get that?

Thanks

vvangasam commented 3 years ago

I tried

`

`

but i am getting "ExceptionMessage":"Unsupported Authorization",

rob-spoor commented 3 years ago

The authorizationType needs to be v1HMAC.

Have you already read .NET SDK? It contains some instructions on how to get started.

vvangasam commented 3 years ago

i had gone through and i know authorizationType needs to be v1HMAC. because in github i replace with "got from config panel". Please let me know if any other information i can provide to solve this issue.