You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-5Lines changed: 4 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -412,24 +412,23 @@ Build a feature-rich [in-person payments](https://docs.adyen.com/point-of-sale/)
412
412
413
413
### Using the Cloud Device API
414
414
415
-
For In-Person Payments integrations, the recommended solution is the [Cloud Device API](https://docs.adyen.com/api-explorer/cloud-device-api/1/overview).
415
+
For In-Person Payments integrations, the recommended solution is the [Cloud device API](https://docs.adyen.com/api-explorer/cloud-device-api/1/overview).
416
416
417
-
Check the [Cloud Device API README](doc/CloudDeviceApi.md).
417
+
Check the [Cloud device API README](doc/CloudDeviceApi.md).
418
418
419
419
### Using the Terminal API
420
420
421
421
With the [Terminal API](https://docs.adyen.com/api-explorer/terminal-api/1/overview) you can send and receive Terminal API messages in the following ways:
422
422
423
423
* Local communications: using your local network, your POS system sends the request directly to the IP address of the terminal, and receives the result synchronously.
424
-
* Cloud communications: using the internet to access the cloud `/sync` and `/async` endpoints. You should consider adopting the [Cloud Device API](doc/CloudDeviceApi.md) instead.
424
+
* Cloud communications: using the internet to access the cloud `/sync` and `/async` endpoints. You should consider adopting the [Cloud device API](doc/CloudDeviceApi.md) instead.
425
425
426
426
427
-
Check the [Terminal API README](doc/TerminalApi.md).
427
+
Check the [Terminal (Cloud) API README](doc/TerminalApi.md).
428
428
429
429
## Example integrations
430
430
For a closer look at how our Java library works, you can clone one of our example integrations:
431
431
*[Java Spring Boot example integration](https://github.com/adyen-examples/adyen-java-spring-online-payments).
432
-
*[Kotlin Spring Boot example integration](https://github.com/adyen-examples/adyen-kotlin-spring-online-payments).
433
432
434
433
These include commented code, highlighting key features and concepts, and examples of API calls that can be made using the library.
0 commit comments