Account API vs bunq API
If you need a Finance API that's easy to integrate, go with Account API.
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...
Account API
- Simple API key authentication
- HTTPS supported
bunq API
- Simple API key authentication
- No HTTPS support
| Feature | Account API | bunq API |
|---|---|---|
| Authentication | apiKey | apiKey |
| HTTPS | Yes | No |
| CORS | Unknown | Unknown |
When to use which?
Account API supports HTTPS, which is required for production deployments and secure data handling.