External Error Handling
On our /sync endpoint, its not uncommon for an external provider (financial institution) to send back errors of their own. Previously these errors would not differentiate themselves from our own.
Legacy connection name fix
An issue with the connection name
property returned from the https://identity.moneyhub.co.uk/users/{userId}/connections endpoint has now been resolved. Only affecting Legacy connections containing mortgage
or loan
account types, it was sometimes observed that the connection name would be returned as ---
. This is fixed and will no longer occur.
Versioning changes for the V3 release
A new version of our API has been published https://api.moneyhub.co.uk/v3/docs 🎉
Valuation connections (e.g. zoopla) lastUpdated field
The lastUpdated
field returned on GET /user/{userId}/connections
has been modified for valuation connections i.e. zoopla, mouseprice and autotrader to reflect the true date of when data was last retrieved from the provider. Valuation connections sync monthly (every 30 days) with the provider as stated in this page https://docs.moneyhubenterprise.com/docs/connection-lifecycle. The lastUpdated
dates for other connection types i.e. API, Legacy are not affected.
Zoopla error handling improvement
The zoopla connection flow has been altered so that the attempt to retrieve the property valuation now happens immediately after the user has submitted address information. In case that no valuation can be found for the property the user will be presented with a message giving options to search again or exit the flow.
Added lastSyncedAt to user connections
The field lastSyncedAt has been added to the user connections endpoint. This field represents the latest date a sync to the connections was triggered regardless if the sync was successful or not.
The id:all scope will show enabled connections
When creating a new connection with the id:all
scope, or setting bankId
to all
when using the Moneyhub client library, the bank chooser will be shown to allow the end user to select the bank. Previously this scope would require all connection types to be enabled, but now the scope will simply show the bank chooser with just the enabled connections listed
Added providerAccountId field to accounts
Accounts now include a providerAccountId
field, which is the Id of the account provided by the bank. This Id will remain constant across multiple connections
API Demo Signup is now live
New API users can sign-up to the admin portal and begin demoing the API immediately following this link: https://admin-portal.moneyhub.co.uk/signup/api-demo
Accounts can now be filtered by connectionId
You can now GET /accounts and filter them by their connectionId
.