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
|[BIN Lookup API](https://docs.adyen.com/api-explorer/BinLookup/54/overview)| v54 | The BIN Lookup API provides endpoints for retrieving information based on a given BIN. |[BinLookup](https://github.com/Adyen/adyen-node-api-library/blob/main/src/services/binLookupApi.ts)|
21
-
|[Checkout API](https://docs.adyen.com/api-explorer/Checkout/70/overview)|v70| Our latest integration for accepting online payments. |[CheckoutAPI](https://github.com/Adyen/adyen-node-api-library/blob/main/src/services/checkout/index.ts)|
21
+
|[Checkout API](https://docs.adyen.com/api-explorer/Checkout/71/overview)|v71| Our latest integration for accepting online payments. |[CheckoutAPI](https://github.com/Adyen/adyen-node-api-library/blob/main/src/services/checkout/index.ts)|
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](https://github.com/Adyen/adyen-node-api-library/blob/main/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](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)|
@@ -48,6 +48,7 @@ The library supports all webhooks under the following model directories:
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
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
+
|[Transaction Webhooks](https://docs.adyen.com/api-explorer/transaction-webhooks/4/overview)| Adyen sends webhooks to inform your system about incoming and outgoing transfers in your platform. 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. |[TransactionWebhooks](src/typings/transactionWebhooks)|**v4**|
51
52
52
53
For more information, refer to our [documentation](https://docs.adyen.com/) or the [API Explorer](https://docs.adyen.com/api-explorer/).
0 commit comments