# Online Payments (3DS)

Some card payments may require 3D Secure (3DS) authentication.

3DS is an additional security step used to confirm that the payment is authorized by the cardholder.

Whether 3DS is required depends on the merchant and card network rules.

***

#### How 3DS works

When you make an online payment and 3DS is triggered:

1. The merchant initiates a card authorization.
2. A 3DS confirmation request is sent to your Anzo app.
3. The app displays:
   * merchant name
   * transaction amount
4. You approve or reject the payment.

***

#### Time window

A 3DS request remains valid for **570 seconds**.

If it is not approved within this time:

* the transaction expires automatically
* no funds are deducted

***

#### SMS fallback

If a 3DS request is not approved in the app within 570 seconds, an additional verification step may be triggered.

In this case, a one-time SMS code is sent to your registered phone number.

To complete the payment:

* enter the SMS code before it expires.

If the code is not entered in time, the transaction is cancelled.

***

#### Key characteristics

* Some online transactions may require 3DS authentication.
* Approval is transaction-specific.
* Rejected or expired requests do not result in charges.


---

# 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.anzo.app/product-guide/cards/online-payments-3ds.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.
