# 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 "Direct link to Fields")

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

Card network brand.

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

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

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

Funding type (debit/credit).

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

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

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

Stable card fingerprint.

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

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

Cardholder email.

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

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

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

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