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
In order to submit In-Person requests with [Terminal API over Cloud](https://docs.adyen.com/point-of-sale/design-your-integration/choose-your-architecture/cloud/) you need to initialize the client in a similar way as the steps listed above for Ecommerce transactions, but make sure to include `TerminalCloudAPI`:
339
+
### Using the Cloud Terminal API
340
+
For In-Person Payments integrations with the[Cloud Terminal API](https://docs.adyen.com/point-of-sale/design-your-integration/choose-your-architecture/cloud/), you must initialise the Client **setting the closest**[Region](https://docs.adyen.com/point-of-sale/design-your-integration/terminal-api/#cloud):
341
341
```javascript
342
342
// Step 1: Require the parts of the module you want to use
343
343
const {Client, TerminalCloudAPI} from "@adyen/api-library";
0 commit comments