3D Secure Integration

Using 3D Secure with Fraud Scoring

3D Secure authentication should be performed after we’ve provided a payment fraud recommendation and (if applicable) a transaction optimisation recommendation.

Normally for a fraud recommendation of REVIEW, or a transaction optimisation recommendation of AUTHENTICATE, we recommend that you perform 3D Secure Authentication.

sequenceDiagram participant MERCHANT as Client Back-End participant RAV_FRAUD as Ravelin
Fraud Scoring participant 3DS_SERVER as Ravelin 3D Secure MERCHANT ->> RAV_FRAUD: Fraud Score Request RAV_FRAUD ->> MERCHANT: Fraud Score Response MERCHANT ->> 3DS_SERVER: Perform 3D Secure

Feedback