# setup\_attempt\_payment\_method\_details\_card

From **Stripe API**.

- Type: `object`

## Properties

### `three_d_secure`

- Required: false
- Nullable: true

Populated if this authorization used 3D Secure authentication.

## JSON Schema

```json
{"properties":{"three_d_secure":{"anyOf":[{"$ref":"#/components/schemas/three_d_secure_details"}],"description":"Populated if this authorization used 3D Secure authentication.","nullable":true}},"title":"setup_attempt_payment_method_details_card","type":"object","x-expandableFields":["three_d_secure"]}
```
