# PaymentMethodCardInput

Details about the card used as payment method at the time of the transaction.

```
input PaymentMethodCardInput {

  brand: CardBrand

  country: String

  type: CardType

  threeDSecure: Boolean

  threeDSecureVersion: String

  last4: String

  fingerprint: String

  cardholderName: String

  cardholderEmail: String

  bank: String

  tokenizationMethod: TokenizationMethods

}
```

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

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

Card brand.

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

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

Card type `debit` or `credit`.

#### [`PaymentMethodCardInput.threeDSecure`](#three-dsecure) ● [`Boolean`](https://docs.monei.com/apis/graphql/types/scalars/boolean/.md) scalar[​](#three-dsecure "Direct link to three-dsecure")

Whether this transaction used 3D Secure authentication.

#### [`PaymentMethodCardInput.threeDSecureVersion`](#three-dsecure-version) ● [`String`](https://docs.monei.com/apis/graphql/types/scalars/string/.md) scalar[​](#three-dsecure-version "Direct link to three-dsecure-version")

The protocol version of the 3DS challenge.

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

The last four digits of the card.

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

Unique identifier for the card number. Used to detect duplicate payment methods across customers. Not present for tokenized cards.

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

The name of the cardholder.

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

The email of the cardholder.

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

Issuing bank.

#### [`PaymentMethodCardInput.tokenizationMethod`](#tokenization-method) ● [`TokenizationMethods`](https://docs.monei.com/apis/graphql/types/enums/tokenization-methods/.md) enum[​](#tokenization-method "Direct link to tokenization-method")

The digital wallet used to tokenize the card.

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

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