Account API vs Configuration webhooks
Both are solid Finance APIs. Choose based on your specific requirements.
Account API
This API is used for the classic integration. If you are just starting your implementation, refer to our [new integration guide](https://docs.adyen.com/marketplaces-and-platforms) instead. The Acc...
Configuration webhooks
Adyen sends notifications through webhooks to inform your system about events that occur in your platform. These events include, for example, when an account holder's capabilities are updated, or w...
Account API
- Simple API key authentication
- HTTPS supported
Configuration webhooks
- Simple API key authentication
- HTTPS supported
| Feature | Account API | Configuration webhooks |
|---|---|---|
| Authentication | apiKey | apiKey |
| HTTPS | Yes | Yes |
| CORS | Unknown | Unknown |
When to use which?
Both Account API and Configuration webhooks offer similar capabilities as Finance APIs. Review their documentation to find the best fit for your specific use case.