registerPlaidLinkListener functionality. By registering a listener, the Tight Embedded experience’s existing Plaid-related CTAs will invoke the callback function you provide, so that you can route the user to your own Plaid Link-related UI.
To register the listener, simply add the following line of JS to be ran once after Hurdlr.init({...}):
myPlaidLinkCallback will be invoked, with a JSON object as the single argument, containing the following attributes:
An example of the arguments passed to
myPlaidLinkCallback for an item requiring a Plaid Link Update is shown below: