What is Secured Electronic Transaction (SET) Protocol? Describe how purchase request, payment authorization and payment capture are done in SET? [

Secured Electronic Transaction (SET) Protocol

Secure Electronic Transaction is an open-source encryption and security specification designed to protect credit card transactions on the internet. The secure electronic transaction is not a payment system; it is a set of security protocols and formats that ensures that using online payment transactions on the internet is secure. Secure Electronic Transaction is also called SET.


i) Purchase Request: 

Before the purchase request exchange begins, the cardholder has completed browsing, selecting, and ordering. The end of this phase occurs when the merchant sends a completed order to the customer. All of the preceding occurs without the use of SET. The purchase request involves 4 messages:-

  1. Initiate Request
  2. Initiate Response
  3. Purchase Request 
  4. Purchase Response

When the merchant receives the Purchase Request message, it performs the following actions:

  • It verifies the cardholder certificates by means of its CA signatures.
  • It verifies the dual signature using the customer's public signature
  • It processes the order and forwards the payment information to the payment gateway for authorization.
  • It sends a purchase response to the cardholder.


ii) Payment Authorization: 

The payment authorization ensures that the transaction was approved by the issuer. This authorization guarantees that the merchant will receive payment; the merchant can therefore provide the services or goods to the customer. The payment authorization performs the following tasks:

  • It verifies all certificates
  • It decrypts digital envelope of authorization block to obtain the symmetric key and then decrypts authorization block
  • It verifies the merchant's signature on the authorization block
  • It decrypts digital envelope of payment block to obtain the symmetric key and then decrypts authorization block
  • It verifies the dual signature on the payment block
  • It sends an authorization response back to the merchant


iii) Payment Capture:

Payment capture is the process by which the merchant receives payment which includes again generating some request blocks to the gateway and the payment gateway in turn issues payment to the merchant. The payment capture performs the following tasks; merchant sends payment gateway a payment capture request gateway checks request then causes funds to be transferred to merchants to account notifies merchant using capture response.



Comments

Popular posts from this blog

Suppose that a data warehouse for Big-University consists of the following four dimensions: student, course, semester, and instructor, and two measures count and avg_grade. When at the lowest conceptual level (e.g., for a given student, course, semester, and instructor combination), the avg_grade measure stores the actual course grade of the student. At higher conceptual levels, avg_grade stores the average grade for the given combination. a) Draw a snowflake schema diagram for the data warehouse. b) Starting with the base cuboid [student, course, semester, instructor], what specific OLAP operations (e.g., roll-up from semester to year) should one perform in order to list the average grade of CS courses for each BigUniversity student. c) If each dimension has five levels (including all), such as “student < major < status < university < all”, how many cuboids will this cube contain (including the base and apex cuboids)?

Suppose that a data warehouse consists of the four dimensions; date, spectator, location, and game, and the two measures, count and charge, where charge is the fee that a spectator pays when watching a game on a given date. Spectators may be students, adults, or seniors, with each category having its own charge rate. a) Draw a star schema diagram for the data b) Starting with the base cuboid [date; spectator; location; game], what specific OLAP operations should perform in order to list the total charge paid by student spectators at GM Place in 2004?

Explain network topology .Explain tis types with its advantages and disadvantges.