A collection of APIs and tools to interact with Jack Henry's digital banking platform.
Questions tagged [banno-digital-toolkit]
108 questions
0
votes
1 answer
Request checking account types for Banking Financial Institutions
we're working with the OpenID Connect and OAuth 2.0 APIs and would like to have checking account types provided via the API.
In Credit Union scenarios, we are successfully retrieving the desired information by setting the…

Steve Horn
- 8,818
- 11
- 45
- 60
0
votes
1 answer
Empty response from Admin API abilities endpoint
I'm trying to get user abilities via the admin API and can't seem to get any content in the response for most accounts. I can get a response from one account that I've been testing with (x-request-id: 4a451da8b69c9beb5ba115ace51df75f). However for…

bzbz
- 25
- 1
- 5
0
votes
0 answers
Intermittent Request Failure with RDC endpoints
We've been doing some testing with the RDC endpoints in Banno and noticed a bizzare issue where, intermittently, a POST request will respond with a 400. Seconds later, submitting the same request will yield a new RDC account as expected. I'm doing…

bzbz
- 25
- 1
- 5
0
votes
1 answer
How to achieve SSO login into our website with Banno Oauth?
I have this website where Bank users register using API and then Bank can use our SSO login API to log their users directly from Bank's mobile App or website. Now the Bank wants to log into our website via Banno's OAuth. Such that users log into…

Curious Developer
- 705
- 3
- 9
- 29
0
votes
1 answer
How to determine if user is in a webview in a Jack Henry Banno mobile app
I am using the Banno Digital Toolkit and the plugin bridge. In my client's Banno app, I have a card with a primary action button. This button takes the user into a flow and when done with the flow, they click "OK" to return to their digital banking…

Dane
- 3
- 1
0
votes
1 answer
Unable to determine how to make Banno Auth work for me
I need to understand how to make a Plugin in Banno for banks to access my user registration API. Banks can integrate this API into their website or APP portals to enroll their users into my website.
I had tried to create a plugin using Digital…

Curious Developer
- 705
- 3
- 9
- 29
0
votes
1 answer
Unable to determine type of account from banno consumer api
When my plugin retrieves data from the banno consumer api, Credit Cards, Mortgages, and Investment accounts are all coming through with an account type and subtype that look like this
type: "Third Party"
subtype: "Other"
My plugin needs to be able…

Brian
- 1
- 1
0
votes
1 answer
Banno RDC endpoints
We're trying to get information from the RDC endpoints but we seem to only be receiving a 500 error. This is the case for all of the RDC endpoints. Below is an example…

bzbz
- 25
- 1
- 5
0
votes
2 answers
"authorization request has expired" error on IOS mobile chrome
When my plugin makes an authorization request using mobile chrome on IoS, the banno server is rendering the following error:
{
"error": "invalid_request",
"error_description": "authorization request has expired",
"request_id":…

Brian
- 1
- 1
0
votes
1 answer
How to get the URL to fully reload each time?
Issue: appears to be that banno framework is "remembering" the urls. This is happening in a mobile browser when the user does not close the tab or browser. When the user opens the page, banno is remembering the url from last time and trying to load…
0
votes
1 answer
Why does application give unsupported width error, and ask to rotate device?
'unsupported width' error that states the minimum supported widgth is 320 pixels, please rotate your device to see the full page. Currently there was a minimum height set in banno, but not any width set.
This support 320 min width, which they will…
0
votes
1 answer
How much padding does the Banno plugin framework use in mobile views?
When using the Banno plugin framework, how much of the screen width does the Banno plugin framework use up?
For example, given an iphone with a viewport size of 375px. If the Banno framework has padding of 24px on each side, that would leave 327px…

Brian
- 1
- 1
0
votes
1 answer
External application dashboard in Banno
We created a custom application and linked it to the dashboard. The UI is loading inside the dashboard in Mobile App but not loading in Edge/Chrome. In the browser, UI is loading after clicking the primary action button.

Ven
- 3
- 3
0
votes
1 answer
Getting OLB Card links or buttons inside the Iframe to be able to open a URL on Desktop and Mobile devices full screen
What method is suggested for opening a URL from a plugin card?
While NOT utilizing or having the additional Card Action button.
As understandably the card iframe is sandboxed, is there any call via window.postMessage that would allow for opening a…
0
votes
1 answer
Banno transactions endpoint ignoring the startDate
The transactions endpoint is not considering the start date we provided in the request query and gives us the transactions which are more than six months older.
Example:
URL: GET…

Tejaswini K
- 25
- 3