# source\_type\_card\_present

From **Stripe API**.

- Type: `object`

## Properties

### `application_cryptogram`

- Required: false
- Type: `string`

### `application_preferred_name`

- Required: false
- Type: `string`

### `authorization_code`

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

### `authorization_response_code`

- Required: false
- Type: `string`

### `brand`

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

### `country`

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

### `cvm_type`

- Required: false
- Type: `string`

### `data_type`

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

### `dedicated_file_name`

- Required: false
- Type: `string`

### `emv_auth_data`

- Required: false
- Type: `string`

### `evidence_customer_signature`

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

### `evidence_transaction_certificate`

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

### `exp_month`

- Required: false
- Type: `integer`
- Nullable: true

### `exp_year`

- Required: false
- Type: `integer`
- Nullable: true

### `fingerprint`

- Required: false
- Type: `string`

### `funding`

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

### `last4`

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

### `pos_device_id`

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

### `pos_entry_mode`

- Required: false
- Type: `string`

### `read_method`

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

### `reader`

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

### `terminal_verification_results`

- Required: false
- Type: `string`

### `transaction_status_information`

- Required: false
- Type: `string`

## JSON Schema

```json
{"properties":{"application_cryptogram":{"type":"string"},"application_preferred_name":{"type":"string"},"authorization_code":{"nullable":true,"type":"string"},"authorization_response_code":{"type":"string"},"brand":{"nullable":true,"type":"string"},"country":{"nullable":true,"type":"string"},"cvm_type":{"type":"string"},"data_type":{"nullable":true,"type":"string"},"dedicated_file_name":{"type":"string"},"emv_auth_data":{"type":"string"},"evidence_customer_signature":{"nullable":true,"type":"string"},"evidence_transaction_certificate":{"nullable":true,"type":"string"},"exp_month":{"nullable":true,"type":"integer"},"exp_year":{"nullable":true,"type":"integer"},"fingerprint":{"type":"string"},"funding":{"nullable":true,"type":"string"},"last4":{"nullable":true,"type":"string"},"pos_device_id":{"nullable":true,"type":"string"},"pos_entry_mode":{"type":"string"},"read_method":{"nullable":true,"type":"string"},"reader":{"nullable":true,"type":"string"},"terminal_verification_results":{"type":"string"},"transaction_status_information":{"type":"string"}},"type":"object"}
```
