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
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@ This library supports the following:
22
22
|[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)|
23
23
|[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)|
24
24
|[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)|
|[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)|
27
27
|[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)|
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
+
341
345
### Using the Cloud Device API
342
346
343
347
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