I'm moving an implementation of the Adyen's Checkout API to Golang.
The problem I have is the ruby implementation is too old and uses Checkout v49
. I have seen that https://github.com/Adyen/adyen-go-api-library does not support it (it ranges between v52 and v69).
Therefore I have 2 questions:
- is there a way to use v49 or am I required to upgrade it?
- while I migrate functionality, if required to upgrade, I should work with 2 versions, hence, are responses backwards compatible between versions?