We are integrating a client with JackHenry Banno platform and they are providers of credit card offers. The way they work is to prescreen the logged user by getting his PII data and, if he is eligible for an offer, a modal popup is presented to the user.
Is this a possibility to be done within Banno digital platform? If yes, is there any documentation showing how to achieve this functionality?
The short answer is no, because of this Restriction noted in the Plugin Framework docs:
Opening new windows
The Plugin Framework does not support opening arbitrary new windows for Banno Mobile and Banno Online except through very specific mechanisms.
The most common use case is to activate the Expanded View from the Card Face.
- See the Designing and Developing Plugins guide for discussion on the differences between activating the Expanded View by using a configured primary action button compared to using the Plugin Bridge.
An alternative use case is to open an embedded web browser link via the Plugin Bridge.
While popups aren't allowed, they're not actually needed because of these two parts of the Banno Digital Toolkit:
It's actually fairly common for fintechs on Banno to use the Authentication Framework to determine the user's identity, and then use the Plugin Framework to display a personalized call-to-action / ad within a plugin card on the user's Dashboard.
The Simple Plugin Example uses the Plugin Framework, Authentication Framework, and even the Consumer API to show something very similar to what you've described (in spirit, if not literal).
Also, this webinar with info from Plinqit and Digital Onboarding may be insightful.