# payment\_method\_details\_interac\_present\_receipt

From **Stripe API**.

- Type: `object`

## Properties

### `account_type`

- Required: false
- Type: `string`
- Allowed values: `"checking"`, `"savings"`, `"unknown"`

The type of account being debited or credited

### `application_cryptogram`

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

EMV tag 9F26, cryptogram generated by the integrated circuit chip.

### `application_preferred_name`

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

Mnenomic of the Application Identifier.

### `authorization_code`

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

Identifier for this transaction.

### `authorization_response_code`

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

EMV tag 8A. A code returned by the card issuer.

### `cardholder_verification_method`

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

How the cardholder verified ownership of the card.

### `dedicated_file_name`

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

EMV tag 84. Similar to the application identifier stored on the integrated circuit chip.

### `terminal_verification_results`

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

The outcome of a series of EMV functions performed by the card reader.

### `transaction_status_information`

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

An indication of various EMV functions performed during the transaction.

## JSON Schema

```json
{"properties":{"account_type":{"description":"The type of account being debited or credited","enum":["checking","savings","unknown"],"type":"string","x-stripeBypassValidation":true},"application_cryptogram":{"description":"EMV tag 9F26, cryptogram generated by the integrated circuit chip.","maxLength":5000,"nullable":true,"type":"string"},"application_preferred_name":{"description":"Mnenomic of the Application Identifier.","maxLength":5000,"nullable":true,"type":"string"},"authorization_code":{"description":"Identifier for this transaction.","maxLength":5000,"nullable":true,"type":"string"},"authorization_response_code":{"description":"EMV tag 8A. A code returned by the card issuer.","maxLength":5000,"nullable":true,"type":"string"},"cardholder_verification_method":{"description":"How the cardholder verified ownership of the card.","maxLength":5000,"nullable":true,"type":"string"},"dedicated_file_name":{"description":"EMV tag 84. Similar to the application identifier stored on the integrated circuit chip.","maxLength":5000,"nullable":true,"type":"string"},"terminal_verification_results":{"description":"The outcome of a series of EMV functions performed by the card reader.","maxLength":5000,"nullable":true,"type":"string"},"transaction_status_information":{"description":"An indication of various EMV functions performed during the transaction.","maxLength":5000,"nullable":true,"type":"string"}},"title":"payment_method_details_interac_present_receipt","type":"object","x-expandableFields":[]}
```
