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-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,7 @@ This library supports the following:
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](https://github.com/Adyen/adyen-node-api-library/blob/main/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](https://github.com/Adyen/adyen-node-api-library/blob/main/src/services/legalEntityManagement/index.ts)|
|[Management API](https://docs.adyen.com/api-explorer/Management/1/overview)|v1| Configure and manage your Adyen company and merchant accounts, stores, and payment terminals. |[Management](https://github.com/Adyen/adyen-node-api-library/blob/main/src/services/management/index.ts)|
26
+
|[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](https://github.com/Adyen/adyen-node-api-library/blob/main/src/services/management/index.ts)|
|[Payouts API](https://docs.adyen.com/api-explorer/Payout/68/overview)| v68 | Endpoints for sending funds to your customers. |[Payout](https://github.com/Adyen/adyen-node-api-library/blob/main/src/services/payout/index.ts)|
29
29
|[Platforms APIs](https://docs.adyen.com/platforms/api)| - | Set of APIs when using Adyen for Platforms. This API is used for the classic integration. |[Platforms](https://github.com/Adyen/adyen-node-api-library/blob/main/src/services/platforms.ts)|
@@ -34,7 +34,7 @@ This library supports the following:
34
34
|[POS Terminal Management API](https://docs.adyen.com/api-explorer/postfmapi/1/overview)| v1 | Endpoints for managing your point-of-sale payment terminals. |[TerminalManagement](https://github.com/Adyen/adyen-node-api-library/blob/main/src/services/terminalManagementApi.ts)|
|[Stored Value API](https://docs.adyen.com/payment-methods/gift-cards/stored-value-api)| v46 | Manage both online and point-of-sale gift cards and other stored-value cards. |[StoredValue](https://github.com/Adyen/adyen-node-api-library/blob/main/src/services/storedValueApi.ts)|
37
-
|[Transfers API](https://docs.adyen.com/api-explorer/transfers/3/overview)|v3| The Transfers API provides endpoints that can be used to get information about all your transactions, move funds within your balance platform or send funds from your balance platform to a transfer instrument. |[Transfers](https://github.com/Adyen/adyen-node-api-library/blob/main/src/services/transfers/index.ts)|
37
+
|[Transfers API](https://docs.adyen.com/api-explorer/transfers/4/overview)|v4| The Transfers API provides endpoints that can be used to get information about all your transactions, move funds within your balance platform or send funds from your balance platform to a transfer instrument. |[Transfers](https://github.com/Adyen/adyen-node-api-library/blob/main/src/services/transfers/index.ts)|
38
38
|[Disputes API](https://docs.adyen.com/api-explorer/Disputes/30/overview)| v30 | You can use the [Disputes API](https://docs.adyen.com/risk-management/disputes-api) to automate the dispute handling process so that you can respond to disputes and chargebacks as soon as they are initiated. The Disputes API lets you retrieve defense reasons, supply and delete defense documents, and accept or defend disputes. |[Disputes](https://github.com/Adyen/adyen-node-api-library/blob/main/src/services/disputesApi.ts)|
39
39
40
40
## Supported Webhook versions
@@ -44,9 +44,9 @@ The library supports all webhooks under the following model directories:
|[Authentication Webhooks](https://docs.adyen.com/api-explorer/acs-webhook/1/overview)| Adyen sends this webhook when the process of cardholder authentication is finalized, whether it is completed successfully, fails, or expires. |[AcsWebhooks](src/typings/acsWebhooks)|**v1**|
46
46
|[Configuration Webhooks](https://docs.adyen.com/api-explorer/balanceplatform-webhooks/1/overview)| You can use these webhooks to build your implementation. For example, you can use this information to update internal statuses when the status of a capability is changed. |[ConfigurationNotification](src/typings/configurationWebhooks)|**v1**|
47
-
|[Transfer Webhooks](https://docs.adyen.com/api-explorer/transfer-webhooks/3/overview)| You can use these webhooks to build your implementation. For example, you can use this information to update balances in your own dashboards or to keep track of incoming funds. |[TransferNotification](src/typings/transferWebhooks)|**v3**|
47
+
|[Transfer Webhooks](https://docs.adyen.com/api-explorer/transfer-webhooks/4/overview)| You can use these webhooks to build your implementation. For example, you can use this information to update balances in your own dashboards or to keep track of incoming funds. |[TransferNotification](src/typings/transferWebhooks)|**v4**|
48
48
|[Report Webhooks](https://docs.adyen.com/api-explorer/report-webhooks/1/overview)| You can download reports programmatically by making an HTTP GET request, or manually from your Balance Platform Customer Area |[ReportNotification](src/typings/reportWebhooks)|**v1**|
49
-
|[Management Webhooks](https://docs.adyen.com/api-explorer/ManagementNotification/1/overview)| Adyen uses webhooks to inform your system about events that happen with your Adyen company and merchant accounts, stores, payment terminals, and payment methods when using Management API. |[ManagementWebhooks](src/typings/managementWebhooks)|**v1**|
49
+
|[Management Webhooks](https://docs.adyen.com/api-explorer/ManagementNotification/3/overview)| Adyen uses webhooks to inform your system about events that happen with your Adyen company and merchant accounts, stores, payment terminals, and payment methods when using Management API. |[ManagementWebhooks](src/typings/managementWebhooks)|**v3**|
50
50
|[Notification Webhooks](https://docs.adyen.com/api-explorer/Webhooks/1/overview)| We use webhooks to send you updates about payment status updates, newly available reports, and other events that you can subscribe to. For more information, refer to our documentation |[Notification](src/typings/notification)|**v1**|
51
51
52
52
For more information, refer to our [documentation](https://docs.adyen.com/) or the [API Explorer](https://docs.adyen.com/api-explorer/).
0 commit comments