# 3D secure authentication

The basic security measures are necessary:&#x20;

* AVS: the Address Verification System
* CVC verification.

For extra fraud protection, <mark style="color:blue;">3D Secure (3Ds)</mark> requires customers to complete an additional verification step with the card issuer when paying. Typically, after customers enter their card details to confirm a payment, you will direct them to an authentication page( the authentication is co-branded by the card network) on their bank’s website. Then they enter a password associated with the card or a code sent to their phone to approve the purchase.&#x20;

{% hint style="success" %} <mark style="color:green;">**Benefit**</mark>

Request additional information to build an extra layer of fraud protection.
{% endhint %}

{% hint style="warning" %} <mark style="color:orange;">**Drawback**</mark>

The additional steps of checkout lead customers to abandon the purchase.
{% endhint %}

The Strong Customer Authentication regulation <mark style="background-color:purple;">in Europe</mark> requires the use of 3Ds for card payments. 3Ds is <mark style="background-color:yellow;">optional</mark> in other regions but you can still use it as a tool to reduce fraud.

#### 3D Secure 2.0

Instead of entering a password or just receiving a text message，the cardholder can authenticate a payment through a bank app by just visiting their fingerprint or even facial recognition.

{% hint style="info" %}
If the cardholder’s bank doesn't yet support 3D secure 2.0，we will dynamically fall back to show 3D secure 1.0.
{% endhint %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.moneycollect.com/docs/payment/3d-secure-authentication.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
