# payment\_method\_details\_card\_checks

From **Stripe API**.

- Type: `object`

## Properties

### `address_line1_check`

- Required: false
- Type: `string`
- Nullable: true
- maxLength: `5000`

If a address line1 was provided, results of the check, one of `pass`, `fail`, `unavailable`, or `unchecked`.

### `address_postal_code_check`

- Required: false
- Type: `string`
- Nullable: true
- maxLength: `5000`

If a address postal code was provided, results of the check, one of `pass`, `fail`, `unavailable`, or `unchecked`.

### `cvc_check`

- Required: false
- Type: `string`
- Nullable: true
- maxLength: `5000`

If a CVC was provided, results of the check, one of `pass`, `fail`, `unavailable`, or `unchecked`.

## JSON Schema

```json
{"properties":{"address_line1_check":{"description":"If a address line1 was provided, results of the check, one of `pass`, `fail`, `unavailable`, or `unchecked`.","maxLength":5000,"nullable":true,"type":"string"},"address_postal_code_check":{"description":"If a address postal code was provided, results of the check, one of `pass`, `fail`, `unavailable`, or `unchecked`.","maxLength":5000,"nullable":true,"type":"string"},"cvc_check":{"description":"If a CVC was provided, results of the check, one of `pass`, `fail`, `unavailable`, or `unchecked`.","maxLength":5000,"nullable":true,"type":"string"}},"title":"payment_method_details_card_checks","type":"object","x-expandableFields":[]}
```
