# 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 "Enlace directo al Fields")

#### [`PaymentMethodCardPresent.brand`](#brand) ● [`CardBrand`](https://docs.monei.com/es/es/apis/graphql/types/enums/card-brand/.md) enum[​](#brand "Enlace directo al brand")

Card network brand.

#### [`PaymentMethodCardPresent.country`](#country) ● [`String`](https://docs.monei.com/es/es/apis/graphql/types/scalars/string/.md) scalar[​](#country "Enlace directo al country")

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

#### [`PaymentMethodCardPresent.type`](#type) ● [`CardType`](https://docs.monei.com/es/es/apis/graphql/types/enums/card-type/.md) enum[​](#type "Enlace directo al type")

Funding type (debit/credit).

#### [`PaymentMethodCardPresent.bin`](#bin) ● [`String`](https://docs.monei.com/es/es/apis/graphql/types/scalars/string/.md) scalar[​](#bin "Enlace directo al bin")

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

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

Last 4 digits of the card number.

#### [`PaymentMethodCardPresent.fingerprint`](#fingerprint) ● [`String`](https://docs.monei.com/es/es/apis/graphql/types/scalars/string/.md) scalar[​](#fingerprint "Enlace directo al fingerprint")

Stable hash of the card number.

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

Cardholder name read from the card.

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

Email associated with the cardholder.

#### [`PaymentMethodCardPresent.expiration`](#expiration) ● [`Long`](https://docs.monei.com/es/es/apis/graphql/types/scalars/long/.md) scalar[​](#expiration "Enlace directo al expiration")

Card expiration as a unix timestamp.

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

Cardholder verification method used at the terminal.

### Member Of[​](#member-of "Enlace directo al Member Of")

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