RickardPettersson / swish-api-csharp

Swish For Merchant API Client .Net Standard Library
MIT License
28 stars 13 forks source link

Times out when calling MakePaymentRequest #2

Closed FuzzGuitar closed 4 years ago

FuzzGuitar commented 4 years ago

Hi!

Not sure if this repo is being maintained. Im trying to get it to work with the test env but I encounter a time out when calling the function MakePaymentRequest.

I tried changing _baseAPIUrl from: https://mss.cpc.getswish.net to https://mss.swicpc.bankgirot.se because I think the API might have changed.

Thank you!

RickardPettersson commented 4 years ago

In the latest documentation of Swish Merchant it is the right url i have in the code.

FuzzGuitar commented 4 years ago

Hello and thank you for answering!

Yes you are right. I made a misstake about the url. I think my problem is related to the certificate. Will create new issue.