Account Selection and Tag
For specific use-cases, it is important to know which account the user will want to work with. For instance, for verifying an account, typically used for money transfers, knowing which account to draw money from is important to avoid NSFs.Selected Account Identification
You can store the information about which account your user has selected by collecting and keeping theAccountId along with the loginId.Note:
Different tags need to be assigned directly in the iframe URL using the “Tag” parameter.Handling AccountId and Tag
Using the same methods to receive theloginId, you are able to capture both Tag and AccountId information.
Below is an example of a redirected landing page URL:
Below is an example of a JavaScript event listener:
Json
Json