# VerificationMethod

Cardholder verification method used at the terminal (card-present payments).

* `onlinePin` - PIN verified online with the issuer.
* `offlinePin` - PIN verified offline by the chip.

```
enum VerificationMethod {

  onlinePin

  offlinePin

}
```

### Values[​](#values "Direct link to Values")

#### [`VerificationMethod.onlinePin`](#online-pin)[​](#online-pin "Direct link to online-pin")

#### [`VerificationMethod.offlinePin`](#offline-pin)[​](#offline-pin "Direct link to offline-pin")

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

[`PaymentMethodCardPresent`](https://docs.monei.com/apis/graphql/types/objects/payment-method-card-present/.md) object ● [`PaymentMethodCardPresentInput`](https://docs.monei.com/apis/graphql/types/inputs/payment-method-card-present-input/.md) input
