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
### Using the Cloud Terminal API Integration (async)
519
-
If you choose to integrate [Terminal API over Cloud](https://docs.adyen.com/point-of-sale/design-your-integration/choose-your-architecture/cloud/)**asynchronously**, you need to follow similar steps to initialize the client and prepare the request object. However the response will be asyncronous:
519
+
If you choose to integrate [Terminal API over Cloud](https://docs.adyen.com/point-of-sale/design-your-integration/choose-your-architecture/cloud/)**asynchronously**, you need to follow similar steps to initialize the client and prepare the request object. However the response will be asynchronous:
520
520
* a successful request will return `200` status code and `ok` as response body. Make sure to setup the [event notifications](https://docs.adyen.com/point-of-sale/design-your-integration/notifications/event-notifications/)
521
521
* a request that fails will return `200` status code and the `TerminalApiResponse` as response body
0 commit comments