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-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -50,12 +50,13 @@ The library supports all webhooks under the following model directories:
50
50
|[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**|
51
51
|[Balance Webhooks](https://docs.adyen.com/api-explorer/balance-webhooks/1/overview)| Adyen sends webhooks to inform you of balance changes in your balance platform. |[balancewebhooks](src/main/java/com/adyen/model/balancewebhooks)|**v1**|
52
52
|[Configuration Webhooks](https://docs.adyen.com/api-explorer/balanceplatform-webhooks/2/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)|**v2**|
53
-
|[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**|
54
-
|[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**|
55
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**|
56
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**|
57
-
|[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**|
55
+
|[Relayed Authorization Webhooks](https://docs.adyen.com/api-explorer/relayed-authorisation-webhooks/4/overview)| Adyen sends webhooks to inform your system about events related to transaction authorizations. |[RelayedAuthorizationWebhooks](src/typings/relayedAuthorizationWebhooks)|**v4**|
56
+
|[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**|
58
57
|[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**|
58
+
|[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**|
59
+
|[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**|
59
60
60
61
For more information, refer to our [documentation](https://docs.adyen.com/) or the [API Explorer](https://docs.adyen.com/api-explorer/).
0 commit comments