Adyen / adyen-dotnet-api-library

Adyen API Library for .NET
MIT License
107 stars 113 forks source link

Invalid URL generated for possdk session request #1041

Open jnischler opened 1 month ago

jnischler commented 1 month ago

Dear Adyen Team,

we are facing a problem with this C# library (v18.0.0).

The PosMobileService.cs is building an invalid url: expected: https://{prefix}.adyenpayments.com/checkout/possdk/v68/sessions created: https://{prefix}.adyenpayments.com/checkout/checkout/possdk/v68/sessions

See: https://docs.adyen.com/api-explorer/possdk/latest/post/sessions

regards Julian

jillingk commented 1 month ago

Hi @jnischler,

Thanks for reaching out to us here, we will look into this.

For now as a temporary fix you can implement the service and override the base url like this. Apologies for the inconvenience!

Best, Jilling Adyen

jnischler commented 1 month ago

Hey ,

thanks for the reply. We already did this ;)

regards Julian