Question

Difficulty: Very hardChallenges, Security, and Crime in Electronic Business

A Nigerian e-commerce firm observes a recurring financial threat where cybercriminals execute unauthorized card-not-present (CNP) purchases using valid, stolen payment card credentials purchased online. Although the merchant's portal uses end-to-end data encryption for transport security, legitimate cardholders subsequently dispute the unauthorized billing, causing the firm to suffer severe losses from bank chargebacks. Which security technology should the firm integrate into its payment gateway to directly mitigate this authorization fraud by requiring real-time identity verification from the card-issuing bank during transaction processing?

  1. Three-Domain Secure (3D Secure) authentication protocolAnswer
  2. B
    Transport Layer Security (TLS) data encryption
  3. C
    Perimeter packet-filtering network firewall
  4. D
    Point of Sale (POS) biometric merchant terminal

Answer

Three-Domain Secure (3D Secure) authentication protocol
Three-Domain Secure (3D Secure) is an XML-based authentication protocol designed to add an extra layer of security for card-not-present online transactions. It ties the financial authorization process with an explicit identity verification step (such as a One-Time Password or biometric authorization) controlled directly by the issuing bank. Upon successful verification, liability for fraudulent chargebacks shifts from the merchant to the card issuer.

Step-by-Step Solution

1
Analyze the commercial risk scenario
Identified card-not-present (CNP) fraud resulting in chargeback liabilities despite active transport-layer encryption.
Transport encryption (TLS/SSL) protects transmission confidentiality but does not authenticate the identity of the card user.
2
Evaluate technical counter-measures for payment authorization
The firm requires a mechanism that verifies ownership directly with the issuing financial institution before approving funds transfer.
Authenticating card ownership requires an protocol operating between the merchant, acquirer, and card issuer domains.
3
Select the specific e-business security protocol
3D Secure (e.g., Verified by Visa, Mastercard Identity Check) provides step-up authentication directly from the card issuer.
3D Secure shifts chargeback liability to the issuing bank upon successful authentication, solving the merchant's financial loss problem.

Key Concept

Card-Not-Present (CNP) Fraud and E-Commerce Payment Security Protocols
Rate this question