added

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

added

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

improved

Accounts can now be filtered by connectionId

You can now GET /accounts and filter them by their connectionId.

added

Adding default scopes for new API clients

We have expanded the default scopes when creating new api clients to make it easier to get started with our API! :tada:

improved

Account name Improvements

We are now using the Products API for all our open banking providers to enhance the account name.
This is a first step to allow us to get more data related to the products that a user has with their banking provider.

improved

Node.js Library allows access tokens to be passed in

📘

Requires @mft/[email protected] and later

added

New Getting Started Guide

We now have a brand new getting started guide found here: https://docs.moneyhubenterprise.com/docs/getting-started

added

Extended Connection Statuses

To enhance the visibility of our connection statuses, we have added the property extendedStatus which will house some enumerable values to explain the status of the connection further.

improved

Node.js library uses PAR authorisation URLs by default

📘

Requires @mft/moneyhub-api-client version 5.3.0 onwards

improved

Sync ID Returned on Auth Request Complete

When completing an AIS connection using our auth requests feature, you will now get the syncId returned in the payload. This will allow you to track the status of the sync that completes the connection in the case of using enableAsync