Questions tagged [banno-digital-toolkit]

A collection of APIs and tools to interact with Jack Henry's digital banking platform.

108 questions
0
votes
1 answer

Can I override or remove the "Alert preference"

Is it possible to remove the secondary account link for the "Alert preferences" or is it possible to override this in the link type options in the banno external application section? Alert preferences
gj2022
  • 1
0
votes
1 answer

Password reset endpoint always returns 401 error

We are trying to use the Admin API to reset customer passwords however that endpoint always returned a 401 error. We are using the OAuth Client Credential flow and are sending the Authorization Bearer header. The authentication is working fine on…
TonyB
  • 3,882
  • 2
  • 25
  • 22
0
votes
1 answer

Initial call to /oidc/me provides null address response

I am utilizing the /oidc/me endpoint to obtain address information (https://jackhenry.dev/open-api-docs/consumer-api/api-reference/v0/oauth-and-openid-connect/details/#/User%20Info). I'm observing that when calling the endpoint for a given user, the…
Steve Horn
  • 8,818
  • 11
  • 45
  • 60
0
votes
1 answer

invalid_request could not parse claims parameter

I am having a problem making a request to the Banno Plugin I do not have this issue when the "View More" section is clicked. I belive that I have found the issue but looks like I cannot reach out to banno directly so wanted to see if there is anyone…
gj2022
  • 1
0
votes
0 answers

getsentry.banno-tools.com showing on a blacklist?

we are having a couple of customers see false positives in regard to https://getsentry.banno-tools.com/api/2/security when they log into Banno, thus the client's may not get access w/o whitelisting the aforementioned Host/URL. I suspect that the…
0
votes
1 answer

Banno Transactions Details - HTTP 403

Able to fetch transactions for all account types successfully other than "Bill Pay". I am seeing an Error - HTTP 403 on the banno transactions endpoint for "Bill Pay" accounts. URL: /a/consumer/api/v0/users/XXXXXX/accounts/XXXXX/transactions …
0
votes
0 answers

Not able to get the @jack-henry/banno-plugin-framework-bridge module to work

I am integrating @jack-henry/banno-plugin-framework-bridge module in the plugin server. I have installed it globally and copied the banno-plugin-framework-bridge.js from dist folder to the root folder of the plugin server. I then included it in the…
Ravindra
  • 93
  • 1
  • 10
0
votes
1 answer

Accessing Tracking Records with the Consumer API

I'm currently working on a project where I would need to Read and possibly update information from tracking records. I haven't found anything in the Knowledge Base that refers to any kind of tracking record (LoanApp, Account, Share, etc) access…
El Cree
  • 157
  • 1
  • 4
  • 12
0
votes
1 answer

Link Types for Plugins

I'm new to Banno so I apologize if this is common knowledge but I couldn't find anything in the Banno knowledge base. I've looked at link types (https://knowledge.banno.com/apps/partnerintegrations/linktypes) that you over for plugins but couldn't…
El Cree
  • 157
  • 1
  • 4
  • 12
0
votes
1 answer

Banno Invalid Client access_token issue when using Postman

I am able to generate access_token using command line example npx @jkhy/banno-client-creds-helper client-assertion --client-id=[CLIENT-ID] --private-key=private.pem successfully but unable to generate the access_token using Postman. Below is the…
Ven
  • 3
  • 3
0
votes
1 answer

Banno Admin API for External Transfers

I am having an issue calling External Transfer Settings API. I tested other APIs and was able to get a response. Below is the URI I used for External…
Ven
  • 3
  • 3
0
votes
1 answer

Banno Admin API Report Exports

Within Banno Digital Toolkit Admin API, the reports api seems to only support the retrieval of reports that have been already created. Is there a way to create a report through the Admin API in the same way one can create a report in the Banno.com…
0
votes
1 answer

500 server error when authorization request includes the scope `https://api.banno.com/consumer/auth/offline_access`

For my external application I have a requirement to retrieve a refresh token without sending the user through the consent flow. I have tried following the documentation which describes the available scopes and says that using the scope…
Brian
  • 1
  • 1
0
votes
1 answer

Banno OATH Cannot GET /v0/oidc/auth

Completely working Banno simple-plugin-example using one AWS Linux server with NodeJS copied to be transitioned to work under a Microsoft IIS server with NodeJS and URL Rewrites and all that entails basically worked out; but fails when it gets to…
0
votes
1 answer

Banno Admin API - Invalid Client

I'm just getting started with the Admin API. I'm started out by using Postman to engage with the admin api. I've included my post request and response. Am I suppose to authenticate first as I do with the Consumer API. From the docs, it seems like…