# PaymentMethodCardPresentInput

Card-present (in-person/terminal) payment method input.

```
input PaymentMethodCardPresentInput {

  brand: CardBrand

  country: String

  type: CardType

  bin: String

  last4: String

  fingerprint: String

  cardholderName: String

  cardholderEmail: String

  verificationMethod: VerificationMethod

  expiration: Long

}
```

### Fields[​](#fields "Enlace directo al Fields")

#### [`PaymentMethodCardPresentInput.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.

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

Card issuing country (ISO 3166-1 alpha-2).

#### [`PaymentMethodCardPresentInput.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).

#### [`PaymentMethodCardPresentInput.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).

#### [`PaymentMethodCardPresentInput.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.

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

Stable card fingerprint.

#### [`PaymentMethodCardPresentInput.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.

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

Cardholder email.

#### [`PaymentMethodCardPresentInput.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.

#### [`PaymentMethodCardPresentInput.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.

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

[`PaymentMethodInput`](https://docs.monei.com/es/es/apis/graphql/types/inputs/payment-method-input/.md) input
