Terminal-2 icon

Manual Key Entry (MKE)

Manually enter card details to make a payment.

Standalone terminals

If the terminal is not integrated with a POS system, see Use a standalone terminal for instructions to enter the card number by hand.

Manual key entry (MKE) involves manually typing the details from a shopper's card on the payment terminal. You can use this when the payment terminal fails to obtain the card details from the card's chip or magnetic stripe.

It is important to note that there is no liability shift with MKE. This means you are fully liable for fraud chargebacks.

Requirements

Before you begin, take into account the following requirements and preparations.

Requirement Description
Integration type A Terminal API integration with payment terminals.
Setup steps Before you begin,

How it works

After MKE is enabled:

  1. When the payment terminal cannot read the card details, you start an MKE transaction from your POS app.
  2. The terminal asks the shopper to manually enter their card number and expiry date.
  3. The terminal then asks the shopper to provide their signature on the display.
  4. The transaction continues.

Set maximum MKE transaction amount

Because of the increased risk of chargebacks, you need to set a maximum transaction amount for MKE transactions.

  1. Log in to your Customer Area.
  2. Optional. Select the merchant account or store where you want to configure settings.
  3. Go to In-person payments > Terminal settings (or select a specific terminal) and select Payment features.
  4. Enter the MKE max amount.
  5. Select Save.

Make an MKE payment

With a Terminal API integration, proceed as follows to force MKE as the card entry mode in your Terminal API payment request:

  1. Make a payment request including:

    • The TransactionConditions object with:

      Parameter Required Description
      ForceEntryMode -white_check_mark- Use the value Keyed.
  2. In the response, note that the PaymentResult includes:

    • AuthenticationMethod: SignatureCapture.
    • CapturedSignature: coordinate points of the signature drawn on the terminal display.
    • PaymentInstrumentData.CardData: indicates the EntryMode was Keyed.

    The AdditionalResponse also shows the posEntryMode was MKE.

Risk management

You can use our risk management system to minimize fraud by applying risk rules before processing a transaction. Based on your risk settings, every transaction gets a risk score ranging from 0 to 100 and is declined when the risk score reaches 100.

See also