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.
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.
Requires @mft/[email protected] and later
We now have a brand new getting started guide found here: https://docs.moneyhubenterprise.com/docs/getting-started
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.
Requires
@mft/moneyhub-api-clientversion5.3.0onwards
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
Previously, if an asset account was created and a provider name was given, that provider name wouldn't be returned when retrieving accounts. Provider names are now returned when getting accounts for asset types.
/accounts-list endpoint.There had been more instances of Session Not Found pages showing up when returning from bank consents. The reasons this was happening were:
We have released a repository that will demonstrate how to communicate with out APIs in various programming languages. Documentation can be found here