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
@@ -53,6 +53,7 @@ The library supports all webhooks under the following model directories:
53
53
|[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**|
54
54
|[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**|
55
55
|[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**|
56
+
|[Tokenization Webhooks](https://docs.adyen.com/api-explorer/Tokenization-webhooks/1/overview)| Adyen sends webhooks to inform you about the creation and changes to the recurring tokens. |[tokenizationwebhooks](src/main/java/com/adyen/model/tokenizationwebhooks)|**v1**|
56
57
57
58
For more information, refer to our [documentation](https://docs.adyen.com/) or the [API Explorer](https://docs.adyen.com/api-explorer/).
0 commit comments