AI resources

3DS 2.0

The 3DS 2.0 authentication (3-D Secure Authentication 2.0) validates the cardholder's identity during purchase, increasing transaction security and approval rate. This authentication reduces fraud risk for the buyer and prevents chargeback losses for the seller.

Integrate 3DS

3DS authentication can be performed through two flows: with Challenge or without Challenge. The Challenge is an additional verification step that the buyer must complete to confirm their identity. The decision to require the Challenge or not depends on the card issuer and the transaction's risk profile.

For low-risk transactions, the information submitted at checkout is sufficient and the Challenge is not required. For high-risk transactions, the Challenge is required to verify the buyer's identity, increasing the approval rate.

To integrate 3DS 2.0 in Checkout API with the Orders API, follow the steps below.

Before proceeding, verify that the SDK JS is integrated into your application's frontend, as indicated in the Configure development environment step. This integration allows you to securely collect card data and generate the encrypted token used when creating the order with 3DS.