Understanding the Components

This is a brief description of how FlashConnect, your Pick database, and bank components work together to process bank transactions.

  1. The client connects to the database server.

  2. The database server returns the Payment Information Web page containing information such as the amount due and payment terms.

  3. The user enters the appropriate information, such as billing instructions, and submits the page.

  4. The payment page is sent through a secure connection (HTTPS).

  5. The bank checks the validity of the user information.

  6. The bank sends the accept or decline information to the database server through HTTPS, depending on the validation results from the previous step.

  1. The bank sends the Accept or Decline page received from the database to the client’s browser through HTTPS.

As shown in this example, the bank uses HTTPS to communicate with the database server and the client’s browser. Because of this, if sensitive information, such as credit card numbers, is not provided by the database, the link between the database server and the client’s browser does not need to be secured (since sensitive information does not transmit on that route).