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

What API version is the SDK using / How to use v2 ? #16

Closed ArunoDh closed 1 year ago

ArunoDh commented 1 year ago

Hello,

The latest API version as stated [here](https://support.direct.worldline-solutions.com/en/documentation/api/endpoints) contains the path 'v2'. But in the configuration of the sdk it is not allowed to add a path to the URL (exception from the sdk), nor is there an option to set a specific version (docs)

Am i missing something to be able to use the latest version on production?

Regards

rob-spoor commented 1 year ago

Hi @ArunoDh,

This SDK is for using the Connect API, as documented on https://epayments-api.developer-ingenico.com/. You're looking for the Direct SDK: https://github.com/wl-online-payments-direct/sdk-dotnet.

ArunoDh commented 1 year ago

@rob-spoor thanks for your fast reply. I will look into it!