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
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,6 +33,7 @@ This library supports the following:
33
33
|[Notification Configuration API](https://docs.adyen.com/api-explorer/NotificationConfiguration/6/overview)| v6 | Provides endpoints for setting up and testing notifications that inform you of events on your platform, for example when a verification check or a payout has been completed. |[NotificationConfiguration](/src/services/resource/platforms/notificationConfiguration.ts)|
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.~~ ‼️ Deprecated: use instead the [Management API](https://docs.adyen.com/api-explorer/Management/latest/overview) for the management of your terminal fleet. |[~~TerminalManagement~~](/src/services/terminalManagementApi.ts)|
|[Session Authentication API](https://docs.adyen.com/api-explorer/sessionauthentication/1/overview)|**v1**| Create and manage the JSON Web Tokens (JWT) required for integrating [Onboarding](https://docs.adyen.com/platforms/onboard-users/components) and [Platform Experience](https://docs.adyen.com/platforms/build-user-dashboards) components. |[SessionAuthentication](/src/services/sessionAuthentication)|
36
37
|[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](/src/services/storedValueApi.ts)|
37
38
|[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](/src/services/transfers/index.ts)|
38
39
|[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](/src/services/disputesApi.ts)|
0 commit comments