Skip to content

Commit a1fa914

Browse files
committed
Minor edit
1 parent 0a2d2fb commit a1fa914

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ This library supports the following:
2222
| [Configuration API](https://docs.adyen.com/api-explorer/balanceplatform/2/overview) | v2 | The Configuration API enables you to create a platform where you can onboard your users as account holders and create balance accounts, cards, and business accounts. | [BalancePlatform](/src/services/balancePlatform/index.ts) |
2323
| [DataProtection API](https://docs.adyen.com/development-resources/data-protection-api) | v1 | Adyen Data Protection API provides a way for you to process [Subject Erasure Requests](https://gdpr-info.eu/art-17-gdpr/) as mandated in GDPR. Use our API to submit a request to delete shopper's data, including payment details and other related information (for example, delivery address or shopper email) | [DataProtection](/src/services/dataProtectionApi.ts) |
2424
| [Legal Entity Management API](https://docs.adyen.com/api-explorer/legalentity/3/overview) | v3 | Manage legal entities that contain information required for verification. | [LegalEntityManagement](/src/services/legalEntityManagement/index.ts) |
25-
| [Cloud device API](https://docs.adyen.com/api-explorer/cloud-device-api/1/overview) | - | Cloud Device point-of-sale integration. | [Cloud device API](/src/services/cloudDevice/cloudDeviceApi.ts) |
25+
| [Cloud device API](https://docs.adyen.com/api-explorer/cloud-device-api/1/overview) | v1 | Cloud Device point-of-sale integration. | [Cloud device API](/src/services/cloudDevice/cloudDeviceApi.ts) |
2626
| [Local/Cloud-based Terminal API](https://docs.adyen.com/point-of-sale/terminal-api-reference) | - | Terminal API point-of-sale integration. | [TerminalLocalAPI](/src/services/terminalLocalAPI.ts) or [TerminalCloudAPI](/src/services/terminalCloudAPI.ts) |
2727
| [Management API](https://docs.adyen.com/api-explorer/Management/3/overview) | v3 | Configure and manage your Adyen company and merchant accounts, stores, and payment terminals. | [Management](/src/services/management/index.ts) |
2828
| [Payments API](https://docs.adyen.com/api-explorer/Payment/68/overview) | v68 | Our classic integration for online payments. | [ClassicIntegrationAPI](/src/services/paymentApi.ts) |
@@ -338,6 +338,10 @@ client.httpClient = httpClient;
338338

339339
// ... more code
340340
```
341+
## In-Person Payments integration
342+
343+
Build a feature-rich point-of-sale integrations that accept payments around the world, with global and local payment methods and create a unique shopping experience for your customers.
344+
341345
### Using the Cloud Device API
342346

343347
For In-Person Payments integrations, the recommended solution is the [Cloud Device API](https://docs.adyen.com/api-explorer/cloud-device-api/1/overview).

0 commit comments

Comments
 (0)