HTML Channel

To run the sample by the HTML channel, do the following:

  1. Input the following URL in the browser:

    http://localhost:9080/BTTSampleWeb/EstablishSession

    Note: You need to change the port number accordingly.
  2. The login page is displayed:

    Screen capture of the login page of HTML channel sample
    Enter user01 (or user02) as the user_ID and Password. Select the language in the dropdown list, and click Sign_In.

  3. After you are authenticated, you can perform the following operations:
    • Query the summary information of a customer account
    • Transfer from a customer account
    • Payment from a customer account
    • Credit card application. If the customer does not have a bank account, this operation gathers financial information to use as part of the credit card application process.
    • Logoff and close the session with the server

    Screen capture showing the main transaction page of HTML channel sample