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)| The BIN Lookup API provides endpoints for retrieving information based on a given BIN. | BinLookup |**v54**|
16
-
|[Capital API](https://docs.adyen.com/api-explorer/capital/3/overview)| Adyen Capital allows you to build an embedded financing offering for your users to serve their operational needs. | Capital |**v3**|
|[Configuration API](https://docs.adyen.com/api-explorer/balanceplatform/2/overview)| 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 package subclasses |**v2**|
19
18
|[DataProtection API](https://docs.adyen.com/development-resources/data-protection-api)| 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 |**v1**|
@@ -41,6 +40,7 @@ The library supports all webhooks under the following model directories:
41
40
| Webhooks | Description | Model Name | Supported Version |
|[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/main/java/com/adyen/model/acswebhooks)|**v1**|
43
+
|[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**|
44
44
|[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. |[configurationwebhooks](src/main/java/com/adyen/model/configurationwebhooks)|**v2**|
45
45
|[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. |[transferwebhooks](src/main/java/com/adyen/model/transferwebhooks)|**v4**|
46
46
|[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 |[reportwebhooks](src/main/java/com/adyen/model/reportwebhooks)|**v1**|
0 commit comments