Banno API Endpoint For 2-step verification
is there an available Banno endpoint for querying a customers 2-step verification configuration which lives under the Security tab of their profile? I am unable to find anything under the Admin or Consumer API references.
Banno Plugin Session Maintenance with Cookies
In a previous post from January 2022 (Plugin authentication not automatically completing when refreshed after a delay), it was discussed that maintaining authentication in a plugin card “almost exclusively uses a cookie”, however the current documentation (https://jackhenry.dev/open-api-docs/plugins/overview/authentication/) discusses the issues with using cookies within the iframe and essentially provides that to effectively use a cookie created by the plugin card you must either A) have the user enabled third-party cookies which is not advised or practical for production or B) run your plugin card from a subdomain of hosting FI’s home banking domain which would require more configuration on the part of the FI.
User Info API no longer returning email
Good day, I have been using the Banno OIDC user info endpoint for several years in a standard OIDC workflow in my application. Today I noticed in my logs that since 3/29/2024 approximately 200,000 calls to this API have resulted with a null
email
claim/property. Prior to 3/29 this had never occurred (100% of the hundreds of thousands of requests in previous years had this field populated).
We want to send cash to Banno institution customer accounts. Does Banno have any ACH wire APIs?
We run a rewards program and we were curious if Jack Henry offered any payment solutions that would make it easy for us to send cash directly into Banno customer bank accounts.
Issue with target=”_top” Links in iframe on iPhone
We are using the plugin bridge to open links from HTML anchor tags with the target=”_top” attribute. This works as expected, opening the link inside our app on both desktop and mobile apps.
Xperience password reset for Banno
We have created the external ap via Banno and the Xperience has been configured but we are receiving and error. enter image description here
Garden-Fi mobile testing
Is there a way to get Garden-Fi application .ipa and .apk files for testing?
Banno Deep Links
I want to use deep links in our plugin but in https://jackhenry.dev/open-api-docs/plugins/architecture/userinterface/banno-plugin-framework-bridge/#deep-links it only says that this has to be special value that will be documented in the future.
Can you explain what is this special value?
I tried a link to some resource inside an app with attribute target=”_top” and on desktop it works as expected but on mobile it opened in expanded view instead of navigate to this resource in main view.
Opening links in plugin card
We are using the plugin bridge to open links within the card face and are looking for clarification on some of the items listed here: https://jackhenry.dev/open-api-docs/plugins/architecture/userinterface/banno-plugin-framework-bridge/
RDA Enrollments not triggering EES Event
We have the Banno integration done and we are successfully getting EES messages from Banno. There is supposed to be an event that is triggered when someone enrolls for mobile deposit. These are coming in, we get a few a day, however in Banno back-office there are several RDA enrollments that we see that aren’t triggering an EES event. Do only certain enrollments trigger the EES event?