We provide server-side API libraries in several languages. Because the libraries are connected to managed package systems (Composer, Gradle, Maven, npm, NuGet, PyPi, RubyGems) they are easy to include in your project. Installing a library is not required, but will save you development time, because a library:
-
Uses an API version that is up to date.
-
Has generated models to help you construct requests.
For a point-of-sale integration with Terminal API, the libraries are wrappers around Terminal API. They include the models to create Terminal API requests.
- With a cloud Terminal API integration, you can use the C#, Go, Java, Node, PHP, or Ruby libraries.
-
With a local Terminal API integration, you can use the C#, Java, or Node libraries. These also take care of protecting local communications.
-
Sends the request to Adyen using its built-in HTTP client, so you do not have to create your own.