Discussions

Ask a Question

One of my transactions is missing

One of my credit transactions is missing, I have searched through all the transactions but cannot find it but the account balance is correct. It is on the bank account and all the other transactions are appearing so its only the 1 that has vanished. Any ideas of how to resolve this issue as I cannot input the transactions manually as its a linked account. I have been using for a while and not had this happen before or I have not noticed if it has

Clarification related to Holdings API

Hi, I would like to understand the difference among the below three endpoints related to Holdings as a part of MoneyHub Data APIs(Under API reference tab). Not much clear based on the available info. Please elaborate. [block:image] { "images": [ { "image": [ "https://files.readme.io/fe8367f-image.png", null, null ], "align": "center", "border": true } ] } [/block]

Intermittent OIDC 500 error

We've been receiving intermittent 500 errors from your `oidc/token`endpoint with the error `invalid_grant`. Based on the OAuth 2.0 spec we would expect this to be a 400 error so we were wondering if you could shine any light on exactly what could be causing this error and if it's some sort of issue in your side

Requesting additional scopes/permissions

Hi, I would like to access some affordability and analytic information, I need scopes that I cannot see in the administration portal. Namely: - affordability:read - affordability:write - affordability_restricted:read? - affordability:restricted:read? - spending_analysis:read How would be best to request this?

In the Account Type 'Investments/Pensions' what are the different types of investments that are going to be possible to be fetched from the Moneyhub API?

I would like to know what are the different types of investments that would be fetchable through the API?

Error In Selecting Banks during auth-request

Why with original bankId gives 400 BAD REQUEST in Customized consent during auth-request while test bankId(1ffe704d39629a929c8e293880fb449a) is working?

Invalid client assertion format while creating a user

Hi, I'm following the User guide (<https://docs.moneyhubenterprise.com/docs/ongoing-access#obtaining-a-token>) to create a new user via the API. I created a Base64 encoded JWT with the headers and payload as follows: header='{ "kid": "12345", "alg": "RS256" }' payload='{ "iss": "<client-id>", "sub": "<client-id>", "jti": "some-placeholder-text", "aud": "<https://identity.moneyhub.co.uk/oidc/token">, "iat": 1714143145, "exp": 1722009145, }' However, when I hit the /oidc/token endpoint, I get the error: Invalid client assertion format while creating a user Would appreciate some help in debugging this. Best, Sandip

Flutter Integration?

Hi there. We're looking into MoneyHub for our Flutter apps, having moved things over from Native IOS/Android. Has anyone had any luck with this - specifically getting round a DART signer problem?

Mock Test Banks

Where we can login as demo user as mentioned in the documentation? <https://docs.moneyhubenterprise.com/docs/test-our-api> I want to create a test financial connection. Thanks

Getting Authorization Code with MoneyHub Open Banking Mock

I am not able to get auth code after entering credentials with user id 65a8ff6a139ca55709bc360b in the step 3. <https://admin-portal.moneyhub.co.uk/second-use-case>