***

title: 3-D Secure
icon: fingerprint
published: true
---------------------

For clean Markdown of any page, append .md to the page URL. For a complete documentation index, see https://docs.payroc.com/full-stack-guides/take-payments/llms.txt. For full documentation content, see https://docs.payroc.com/full-stack-guides/take-payments/llms-full.txt.

3-D Secure is a security feature that helps to verify the cardholder’s identity during e-commerce transactions.

Each time the merchant runs a transaction, the issuing bank assesses the transaction. If the risk of fraud is high, the issuing bank uses 3-D Secure to challenge the cardholder to verify their identity.

## How it works

The following diagram shows how 3-D Secure works with your integration.

![3-D Secure diagram diagram](https://files.buildwithfern.com/https://payroc.docs.buildwithfern.com/85f58827cef56226af5a20c418567c7d4717ba5e46052d5de988a14daa5b6033/docs/sections/knowledge/images/landing-page-3ds.png)

### Verify a cardholder

1. Your integration sends a request to the merchant plug-in (MPI) service on our gateway.
2. Our gateway sends the transaction information to the cardholder’s issuing bank.
3. The issuing bank assesses the risk of fraud and challenges the cardholder to verify their identity.
4. The issuing bank returns the verification result to our gateway.
5. Our gateway returns an MPI reference to your integration.

### Run a transaction

1. Your integration sends a payment request to our gateway, which includes the MPI reference.
2. Our gateway returns the transaction result to your integration.

## Guides

<CardGroup cols={1}>
  <Card title="Run a sale with 3-D Secure" icon="lock-alt" href="/guides/take-payments/3-d-secure/run-a-sale-with-3-d-secure">
    Use 3-D Secure to verify a cardholder's identity before you run a sale.
  </Card>
</CardGroup>