Action
  • 23 Oct 2024
  • 1 Minute to read
  • Dark
    Light
  • PDF

Action

  • Dark
    Light
  • PDF

Article summary

  1. <!-- OTP generation with the first crypto application -->

  2. <Action id="ro"cryptoAppIndex="1" generateResponseWithScore="false"actionTrigger="button">

  3. <OutputData displayed="true"responsePattern="XX-XX-XX" hostCodePattern="XX-XX-XX"centered="true" />

  4. <View title="OTP">

  5. <MenuItem value="OTP"icon="otp.png" />

  6. <Labels>

  7. <Label id="ResultResponse"value="My OTP:" />

  8. </Labels>

  9. </View>

  10. </Action>

  1. <!-- Data signing with the second crypto application + data input done via QR code -->

  2. <Action id="sg"cryptoAppIndex="2" actionTrigger="both">

  3. <InputData inputType="image"imageFormat="all" />

  4. <OutputData displayed="true"timeout="30" centered="true" />"

  5. <View title="Signature">

  6. <MenuItem value="Signature"icon="signature.png" />

  7. <Fields>

  8. <Field id="DataField1"name="Source account"comment="Enter the source account." />

  9. <Field id="DataField2"name="Destination account"comment="Enter the destination account." />

  10. <Field id="DataField3"name="Amount to transfer"comment="Enter the amount to transfer." />

  11. </Fields>

  12. </View>

  13. </Action>

  1. <!-- OTP generation with Web browsing and without displaying the OTP -->

  2. <Action id="ebank"cryptoAppIndex="1">

  3. <InputData inputType="manual" />

  4. <OutputData displayed="false">

  5. <URLvalue="http://MY_DOMAIN_NAME/...?serial=%_ SerialNumber_%&amp;otp=%_OTP_%" />

  6. </OutputData >

  7. <View title="E-Banking">

  8. <MenuItem value="E-Banking"icon="ebanking.png" />

  9. </View>

  10. </Action>

  1. <!-- Web browsing only -->

  2. <Action id="promo">

  3. <OutputData >

  4. <URLvalue="http://MY_DOMAIN_NAME/..." />

  5. </OutputData >

  6. <View title="promo">

  7. <MenuItem value="Promo"icon="news.png" />

  8. </View>

  9. </Action>


Was this article helpful?

Changing your password will log you out immediately. Use the new password to log back in.
First name must have atleast 2 characters. Numbers and special characters are not allowed.
Last name must have atleast 1 characters. Numbers and special characters are not allowed.
Enter a valid email
Enter a valid password
Your profile has been successfully updated.
ESC

Ozzy, our interactive help assistant