Changelog
Below is a log of changes to the Connect Financial API. Updates that affect only products or features in beta or limited release may not be reflected.
Each change can be described as either a breaking change or an ongoing change.
Ongoing changes: Ongoing changes are backwards-compatible and are added on an ongoing basis. These updates improve functionality without requiring changes to your existing integration.
Breaking changes: When we make backwards-incompatible changes, these are marked in the changelog with the 💥 symbol. Breaking changes may require you to update your integration to continue working properly.
Prior to the production release of breaking changes, we do two things:
- We release documentation for breaking changes in advance to give customers time to adopt the new changes.
- We make breaking changes available on our sandbox environment first. This allows you to explore the new changes and simplifies development.
Change Key
🌱 New feature
🍃 Improvement
🔧 Fix
💥 Breaking change
🔒 Security-related
Changelog
July 3rd, 2025
🌱 Added an endpoint for retrieving balance for a wallet, under GET wallets/:id/balance
. For more information, see Get Wallet Balance.
🌱 Added an endpoint for retrieving transactions under /baas/transactions
, which allows for filtering by user, wallet and portfolio ID - as well as other commonly used filters. For more information, see Search Transactions.
🌱 Added a set of endpoints for configuring webhook subscriptions. These allow you to add, retrieve and update webhook subscriptions. We will add more functionality to these over time. For more information, see Webhooks.
🍃 Added multiple QOL improvements across existing endpoints. These include improved response payloads, more descriptive HTTP error codes, as well as improved API docs.
🍃 Improved error message when attempting to create a customer with a duplicate email address.
🔧 Fixed issue where API requests triggered through the documentation interface were failing while working correctly when called externally.