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.
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.
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.
A new version of our API has been published https://api.moneyhub.co.uk/v3/docs 🎉
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.
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.
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.
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
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
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
You can now GET /accounts and filter them by their connectionId
.