Pre-select a bank
The .frameParam can be used to pre-select a bank and skip the bank selection step.
instantor.frameParam(key, value)Available key-value pairs
Example
const instantor = new Instantor('produktKey.de');
/* Set user-specific parameters */
instantor.frameParam('bankID', '4242');
instantor.load('#instantor_div');Last updated
Was this helpful?