LogoLogo
NymCardAPI catalogContact usnFront catalog
  • NYMCARD DOCUMENTATION
  • Get Started
    • nCore API Quick Tutorial
    • API Core Principles
    • Program management
      • Manage documents by APIs
      • User KYB process
      • Necessary parameters per user type
      • User ID verification by SDK
      • User KYC process
    • Issuance
      • Users
      • Cards
    • Issuing Physical Cards
      • Individual card issuance
      • Bulk card issuance
      • Card fulfillment
      • Card PIN management
      • Card replacement
      • Proxy number usage
    • Issuing Virtual Cards
      • Migration of virtual to physical card
    • Funding and transfers
      • Funding
      • Internal funding source
      • External funding source
        • From card
        • From bank account
        • Lean API flow
        • DAPI direct API flow
      • Transfers
      • Western Union APIs
    • Product Management
      • Card product
      • Balance limits
      • Velocity limits
      • Fees
      • Charges
      • Multi-currency
      • Authorization controls
        • Enhancements for MCC list management
    • Transactions
      • Payment ecosystem
      • Transaction lifecycle
      • Transaction types
      • Transaction endpoints scenarios
      • Multi-clearing process
    • Webhooks
      • Introduction to webhooks
      • nCore webhook events
      • Steps to configure a webhook
      • Webhooks samples
      • Webhook changes for simulation
      • Webhooks management
    • Security
      • PCI widget
      • 3D Secure
      • OTP SMS templates
    • Release announcements
      • Embedded Lending Release Notes
      • Changes in the release on 13/07/2023
      • Changes in the release on 23/05/2023
      • Changes in the release on 04/04/2023
  • For developers
    • nCore API catalog
    • nFront API catalog
Powered by GitBook
On this page

Was this helpful?

  1. Get Started
  2. Security

3D Secure

3D Secure is a protocol that introduces an additional layer of security to improve internet payments experience for e-commerce. The 3D stands for the three different entities which are involved in providing this added security.

  • The acquirer entity (For Example: The merchant shop)

  • The interchange entity (For example: The payment card network)

  • The issuer entity (For example: The nCore platform)

nCore supports both 3D Secure 1 and 3D Secure 2 protocols. Details are given below.

3D Secure version 1:

3D Secure version 1 requires authenticating the cardholder before processing the e-commerce transaction. It is to authorize online transactions by requesting customers to complete a verification with the issuer every time. For example, when the merchant initiates 3D Secure authentication, the cardholder must then enter a one-time passcode (OTP) received via SMS or email to continue with their online purchase.

Note, that the strings <CARD_LAST4_DIGITS> and <OTP> should be uppercase in SMS template body.

3D Secure version 2:

3D Secure version 2 is a new and improved secure authentication protocol, which makes several enhancements to the original 3D Secure protocol version 1. Even though 3D Secure 1 provided good security, 3D Secure 2 gives an enhanced cardholder experience and it is updated for payments made using smartphones and wallets (for example Apply Pay, Google Pay or Samsung Pay etc), also leveraging advanced authentication like biometrics.

3D Secure version 2 provides seamless shopping experience, increased approval rate, and maximum security for merchants and their customers.

Main advantages are:

  • Frictionless flow does not require any interaction from the cardholder

  • Challenged based flow has a high risk, additional authentication* is required which brings higher authorization rates with lower fraudulent transactions

What does “additional authentication*” mean?

It means that the issuer has the capability and access to significantly more transaction data points like merchant address, URL, device information, billing address & etc to take decision and route cardholder either to a frictionless flow or the challenged based flow.

3DS 1 vs 3DS 2:

S No

3D Secure 1

3D Secure 2

01

Static password - OTP

Frictionless flow with no cardholder action required

02

High abandonment

Better risk analysis which reduce false declines

03

Outdated Technology

Compliant with latest technology and regulatory requirements

04

Low adaptation

High compatibility

For more about using 3D Secure with the nCore platform, please contact NymCard’s representative.

PreviousPCI widgetNextOTP SMS templates

Last updated 9 months ago

Was this helpful?