# PaymentMethodCardPresent

Card-present (in-person/terminal) payment data.

```
type PaymentMethodCardPresent {

  brand: CardBrand

  country: String

  type: CardType

  bin: String

  last4: String

  fingerprint: String

  cardholderName: String

  cardholderEmail: String

  expiration: Long

  verificationMethod: VerificationMethod

}
```

### Fields[​](#fields "Direct link to Fields")

#### [`PaymentMethodCardPresent.brand`](#brand) ● [`CardBrand`](https://docs.monei.com/apis/graphql/types/enums/card-brand/.md) enum[​](#brand "Direct link to brand")

Card network brand.

#### [`PaymentMethodCardPresent.country`](#country) ● [`String`](https://docs.monei.com/apis/graphql/types/scalars/string/.md) scalar[​](#country "Direct link to country")

Card issuing country as ISO 3166-1 alpha-2 code.

#### [`PaymentMethodCardPresent.type`](#type) ● [`CardType`](https://docs.monei.com/apis/graphql/types/enums/card-type/.md) enum[​](#type "Direct link to type")

Funding type (debit/credit).

#### [`PaymentMethodCardPresent.bin`](#bin) ● [`String`](https://docs.monei.com/apis/graphql/types/scalars/string/.md) scalar[​](#bin "Direct link to bin")

Bank Identification Number (first 6-8 digits of the PAN).

#### [`PaymentMethodCardPresent.last4`](#last-4) ● [`String`](https://docs.monei.com/apis/graphql/types/scalars/string/.md) scalar[​](#last-4 "Direct link to last-4")

Last 4 digits of the card number.

#### [`PaymentMethodCardPresent.fingerprint`](#fingerprint) ● [`String`](https://docs.monei.com/apis/graphql/types/scalars/string/.md) scalar[​](#fingerprint "Direct link to fingerprint")

Stable hash of the card number.

#### [`PaymentMethodCardPresent.cardholderName`](#cardholder-name) ● [`String`](https://docs.monei.com/apis/graphql/types/scalars/string/.md) scalar[​](#cardholder-name "Direct link to cardholder-name")

Cardholder name read from the card.

#### [`PaymentMethodCardPresent.cardholderEmail`](#cardholder-email) ● [`String`](https://docs.monei.com/apis/graphql/types/scalars/string/.md) scalar[​](#cardholder-email "Direct link to cardholder-email")

Email associated with the cardholder.

#### [`PaymentMethodCardPresent.expiration`](#expiration) ● [`Long`](https://docs.monei.com/apis/graphql/types/scalars/long/.md) scalar[​](#expiration "Direct link to expiration")

Card expiration as a unix timestamp.

#### [`PaymentMethodCardPresent.verificationMethod`](#verification-method) ● [`VerificationMethod`](https://docs.monei.com/apis/graphql/types/enums/verification-method/.md) enum[​](#verification-method "Direct link to verification-method")

Cardholder verification method used at the terminal.

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

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