Support new Checkout API endpoints from 2021-06-03 release
gndk opened this issue · 3 comments
Is your feature request related to a problem? Please describe.
Currently not all endpoints of the Checkout API are supported.
For example, it is not possible to cancel a payment without the pspReference
(also known as technicalCancel
, see also #257).
In the 2021-06-03 Checkout API release new endpoints that cover these use cases were added.
Describe the solution you'd like
The SDK should support all API endpoints.
Describe alternatives you've considered
We could implement the API call ourselves outside of the SDK.
Additional context
Adding support for this seems very similar to #223.
Do you have plans for adding these endpoints to the SDK?
If not, would you be open for a PR?
Hello @gndk. It would be a good idea to add support for those endpoints and a PR would be appreciated as this isn't in our immediate plans.
Hi, if not exists ( i have not found ), it would be nice to have the "get payment link details" feature on the library, so I stop doing things whitout using the library. Thanks.
Hi @VictorMetzler,
As of yet we haven't implemented the paymentsLinks
get request in this library. Just as the endpoints mentioned above I don't think this will be implemented on the short term. Feel free to open a PR as well though!
Best, Jilling
Adyen