Replies: 1 comment
-
Seeing a new version 17.0.0 is now referenced has latest, I'm unsure if I need to make an upgrade, what are your recommendations or advices on the subject ? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi there,
I'm working webhook integration and I'm facing an issue.
On test env there was a change on week 25, where suddenly I received a 'declined' reason value on transfer webhook payload and that was not compatible with SDK version (from 14.2.1 to 16.1.0 th latest version at the moment)
Since then you've published the 16.2.0 who works well in test env, but has some breaking changes with 14.2.1 on PaymentInsttrument StatusEnum where some values have been removed
https://github.com/Adyen/adyen-dotnet-api-library/blob/v16.2.0/Adyen/Model/ConfigurationWebhooks/PaymentInstrument.cs
https://github.com/Adyen/adyen-dotnet-api-library/blob/v14.2.1/Adyen/Model/ConfigurationWebhooks/PaymentInstrument.cs
I need to know if, in live environnement, you still have those values sent in webhook or not, because otherwise it will break integration.
On one hand with 16.2.0 I think it ok in test, but what about live ? and I quite confident in the fact taht their might be a problem between 16.2.0 and Configuration Webhook in live env.
Adyen support is redirecting me to GitHub for answer and I really need help for this case.
Beta Was this translation helpful? Give feedback.
All reactions