# ThreeDSecureFlow

The flow used for 3DS authentication.

* `CHALLENGE` - Authentication requiring additional shopper interaction through biometrics, 2FA, or other SCA methods.
* `FRICTIONLESS` - Background authentication using device fingerprint without additional shopper interaction.
* `FRICTIONLESS_CHALLENGE` - Complete 3DS flow with additional authentication if initial data collection is insufficient.
* `DIRECT` - Transaction exempt from SCA due to low risk assessment.

```
enum ThreeDSecureFlow {

  CHALLENGE

  FRICTIONLESS

  FRICTIONLESS_CHALLENGE

  DIRECT

}
```

### Values[​](#values "Direct link to Values")

#### [`ThreeDSecureFlow.CHALLENGE`](#challenge)[​](#challenge "Direct link to challenge")

#### [`ThreeDSecureFlow.FRICTIONLESS`](#frictionless)[​](#frictionless "Direct link to frictionless")

#### [`ThreeDSecureFlow.FRICTIONLESS_CHALLENGE`](#frictionless-challenge)[​](#frictionless-challenge "Direct link to frictionless-challenge")

#### [`ThreeDSecureFlow.DIRECT`](#direct)[​](#direct "Direct link to direct")

### Member Of[​](#member-of "Direct link to Member Of")

[`PaymentMethodCard`](https://docs.monei.com/apis/graphql/types/objects/payment-method-card/.md) object
