Adyen / adyen-go-api-library

Adyen API Library for Go
MIT License
52 stars 27 forks source link

Support for Cloud Terminal API ? #121

Open kurtinge opened 2 years ago

kurtinge commented 2 years ago

I would like to use the Go-libarary with Cloud-Terminals from Adyen The Readme in the develop branch says:

The Library supports all APIs under the following services:
[...]
Cloud-based Terminal API: Our point-of-sale integration.

But I cannot find anything regarding cloud-terminals in the code, beside a configuration for the TerminalApiCloudEndpoint

Is there any plans for supporting Cloud-Terminals in the near future ?

kurtinge commented 2 years ago

Found the issue #32 now, and it seems like it is closed. Does that mean the feature is implemented @KadoBOT ?

KadoBOT commented 2 years ago

Hi @kurtinge , I'm not working for Adyen anymore. If no one answers in the next couple of days, I can try finding who can help you.

jlengrand commented 2 years ago

Hey @kurtinge , our libraries don't have a 1/1 relation with the APIs. Let me check what the status is for the Cloud-Terminals. I'll come back to you about this

jeremieguy1 commented 1 year ago

Hi, I have the same question as @kurtinge and I can't find an answer, do you have any updates?

michaelpaul commented 1 year ago

Hello all, unfortunately we don't support Terminal API's in Go yet due to the lack of OpenAPI specifications. We are working together with the respective teams and have some prototypes, but we can't provide an estimate yet since priorities can change quickly.

Meanwhile, In-Person Payments merchants have been using https://github.com/Adyen/adyen-java-api-library or https://github.com/Adyen/adyen-dotnet-api-library, which provide a partially automated implementation.