All termsSecurityUpdated April 22, 2026

What Is PIN?

A Personal Identification Number (PIN) is a secret numeric code entered by a cardholder to verify their identity during a payment transaction, serving as a key layer of authentication at point-of-sale terminals and ATMs.

Also known as: Personal Identification Number, card PIN, PIN code

Key Takeaways

  • A PIN is a secret numeric code that authenticates the cardholder's identity at the point of sale or ATM.
  • PIN-verified transactions show up to 70% lower fraud rates compared to signature-based methods.
  • EMV chip cards support both online and offline PIN verification for flexible, secure authentication.
  • PINs are encrypted at the hardware level inside tamper-resistant PIN entry devices, never transmitted in plain text.

A PIN is one of the most familiar security mechanisms in payments. Every time a cardholder types a short numeric code into a terminal or ATM, they are proving they are the rightful owner of that card. Despite its simplicity, the PIN remains one of the most effective tools for preventing fraud at the point of sale.

How PIN Works

01

Cardholder initiates payment

The cardholder inserts, taps, or swipes their card at a payment terminal. The terminal detects the card's capabilities and determines that PIN entry is the required cardholder verification method.

02

PIN entry on secure device

The terminal prompts the cardholder to enter their PIN on a PIN Entry Device (PED). This hardware contains a tamper-resistant secure cryptographic module that immediately encrypts the PIN the moment each digit is pressed.

03

PIN block encryption

The PED creates an encrypted PIN block using Triple DES or AES encryption. This block combines the PIN with the card's Primary Account Number to produce a unique encrypted value that cannot be reversed without the correct decryption keys.

04

Routing to issuer or chip

For an online PIN, the encrypted PIN block is sent through the payment network to the card issuer for verification. For an offline PIN, the encrypted value is sent directly to the EMV chip on the card, which compares it against the stored reference.

05

Verification and authorization

The issuer (or chip) validates the PIN. If correct, the transaction proceeds to authorization. If incorrect, the cardholder is prompted to retry. After a set number of failures—typically three—the card is locked to prevent guessing attacks.

Why PIN Matters

PIN verification is a cornerstone of payment security worldwide. The data consistently shows its effectiveness:

  • 70% fraud reduction: Visa reported that markets transitioning from signature to PIN verification saw fraud at the point of sale drop by up to 70%, making PIN the single most impactful change in card-present security.
  • $28.6 billion in global card fraud: According to the Nilson Report (2023), global card fraud losses reached $28.6 billion. Countries with universal PIN adoption—such as France and the UK—consistently report lower per-capita fraud than signature-reliant markets.
  • 98.5% of European transactions use PIN as the primary cardholder verification method, according to the European Central Bank's 2023 card fraud report, contributing to Europe's significantly lower fraud-to-transaction ratio compared to other regions.

Global shift

The United States was one of the last major markets to begin adopting PIN for credit card transactions. Major networks eliminated the signature requirement in 2018, accelerating PIN adoption and aligning the U.S. with global security standards.

PIN vs. Signature

FeaturePINSignature
Authentication typeSomething you knowSomething you produce
Forgery difficultyVery high — encrypted, limited attemptsLow — signatures are easily imitated
Speed at checkoutFast — typically under 3 secondsSlower — requires writing and optional staff comparison
Fraud liabilityOften shifts to issuer when PIN is used correctlyMerchant may bear liability for unverified signatures
Supported by EMVYes — both online and offline modesYes — but increasingly deprecated
Two-factor authentication potentialStrong — combines card possession with knowledge factorWeak — single factor only

The payment industry has broadly moved toward PIN as the preferred verification method, with most networks now treating signature as a fallback rather than a primary option.

Types of PIN

Online PIN The encrypted PIN block travels across the payment network to the card issuer for real-time verification. This is the most common type in markets with reliable connectivity and provides the highest security because the issuer can cross-reference against known compromised PINs.

Offline PIN (plaintext) The PIN is verified by the chip card itself. The terminal sends the PIN to the chip, which compares it against its stored value. Used primarily as a fallback when network connectivity is unavailable.

Offline PIN (enciphered) Similar to offline plaintext, but the PIN is encrypted before being sent to the chip. This adds a layer of protection against eavesdropping on the communication between the terminal and the card. It is the preferred offline method in high-security environments.

One-Time PIN (OTP) A dynamically generated numeric code sent via SMS or app for card-not-present transactions. While technically different from a traditional card PIN, OTPs serve the same knowledge-based authentication purpose in e-commerce scenarios.

Best Practices

For Merchants

  • Use PIN-preferring terminal configurations. Set your terminals to request PIN as the primary CVM whenever the card supports it, rather than defaulting to signature or no-CVM.
  • Keep PED firmware updated. PIN Entry Devices receive security patches that address newly discovered vulnerabilities. Outdated firmware can expose your business to compliance issues and breaches.
  • Ensure PCI PTS compliance. Only use PIN entry devices that are listed on the PCI Security Standards Council's approved devices list. Expired or unapproved devices must be replaced.
  • Train staff to never handle PINs. Employees should never ask a customer for their PIN or assist with entry. If a customer struggles, direct them to contact their bank.

For Developers

  • Never log or store PIN data. PIN blocks must never appear in application logs, databases, or error reports. Implement strict controls to ensure encrypted PIN data passes through your system without persistence.
  • Use hardware security modules (HSMs) for any PIN translation or validation operations. Software-based PIN handling violates PCI PIN Security requirements and creates serious vulnerability.
  • Implement proper PIN block formats. ISO 9564 defines standard PIN block formats (Format 0 through Format 4). Use Format 4 (AES-based) for new implementations to align with current security standards.
  • Support both online and offline PIN paths in your payment application to ensure compatibility across card types and network conditions.

Common Mistakes

  • Choosing obvious PINs. Research from Data Genetics found that "1234" accounts for nearly 11% of all four-digit PINs. Sequential and repeated-digit codes are the first combinations tested in any attack scenario.
  • Reusing the same PIN across multiple cards. If one card is compromised, an attacker may attempt the same PIN on your other accounts. Use a unique PIN for each card.
  • Writing the PIN on or near the card. This eliminates the entire security benefit. A stolen wallet then provides both the card and the knowledge factor simultaneously.
  • Skipping PIN on low-value transactions. Many merchants configure contactless thresholds to skip PIN verification for small amounts. While convenient, this creates a window for cumulative fraud using stolen cards on many small purchases.
  • Ignoring PIN entry device tampering. Merchants who do not regularly inspect terminals for skimming devices or overlays risk having customer PINs captured by criminals.

PIN and Tagada

As a payment orchestration platform, Tagada routes transactions across multiple acquirers and processors while ensuring that PIN verification flows are handled securely end-to-end. Tagada's routing engine respects CVM requirements set by each card and issuer, ensuring PIN-preferring cards are always processed through PIN-capable pathways—regardless of which acquirer is selected for optimal approval rates.

Frequently Asked Questions

What happens if I enter my PIN incorrectly too many times?

Most card issuers lock the card after three consecutive incorrect PIN attempts. This security measure prevents brute-force attacks where someone tries to guess your code. Once locked, you typically need to contact your bank or visit a branch to unlock the card and reset your PIN. Some issuers allow you to unlock through their mobile banking app after passing additional identity verification steps.

Is a PIN safer than a signature for card transactions?

Yes, a PIN is significantly safer than a signature. A PIN requires knowledge that only the cardholder should possess, making it far harder for a thief to use a stolen card. Studies by Visa and major payment networks have shown that PIN-authenticated transactions experience substantially lower fraud rates than signature-based ones. Signatures can be easily forged, while guessing a four-digit PIN correctly on limited attempts is statistically unlikely.

Can merchants see my PIN when I enter it?

No, merchants cannot see your PIN. When you type your PIN into a payment terminal, the number is immediately encrypted by the PIN entry device before it travels across any network. The terminal hardware is specifically designed with a secure cryptographic module that prevents the PIN from being stored or displayed in plain text. Merchants and their staff never have access to your actual PIN digits at any point during the transaction.

What is the difference between an online PIN and an offline PIN?

An online PIN is encrypted and sent to the card issuer's server for real-time verification during the transaction. An offline PIN is verified locally by the chip on the card itself without contacting the issuer. Offline PINs are common in regions with unreliable network connectivity and are a standard feature of EMV chip cards. Both methods are secure, but online PIN verification adds the benefit of the issuer being able to detect compromised PINs immediately.

Why are most PINs only four digits long?

The four-digit PIN standard was established in the 1960s when ATMs were first introduced. The inventor's wife reportedly found six digits too difficult to remember, so four was chosen as a practical compromise between security and usability. While four digits provide only 10,000 possible combinations, the limited number of entry attempts before lockout makes brute-force attacks impractical. Some countries and issuers now support six-digit PINs for enhanced security.

Tagada Platform

PIN — built into Tagada

See how Tagada handles pin as part of its unified commerce infrastructure. One platform for payments, checkout, and growth.

Related Terms

Security

Chip Card

A chip card is a payment card embedded with an integrated circuit (EMV chip) that generates a unique transaction code for each purchase, making it significantly harder to counterfeit than magnetic-stripe cards.

Security

Cardholder Verification Method (CVM)

A security mechanism used during a payment transaction to confirm the person presenting a card is its legitimate holder, using methods such as PIN entry, signature, or biometrics.

Security

EMV

EMV is a global payment standard developed by Europay, Mastercard, and Visa that uses embedded chips in payment cards to authenticate transactions securely. Unlike magnetic stripes, EMV chips generate a unique cryptogram for each transaction, making stolen card data nearly useless for fraud.

Security

Two-Factor Authentication (2FA)

Two-factor authentication (2FA) is a security method requiring users to verify identity with two distinct factors — typically something they know (a password) and something they have (a one-time code or device) — before granting access.

Payments

Point of Sale (POS)

A Point of Sale (POS) is the physical or digital location where a customer completes a purchase. It combines hardware and software to process card, contactless, and cash transactions, routing payment data through the card network for real-time authorization and settlement.

Payments

Card-Not-Present (CNP) Transaction

A Card-Not-Present (CNP) transaction occurs when a payment is processed without the physical card being present at the point of sale—typically in ecommerce, phone, or mail-order purchases. Because the merchant cannot verify the card physically, CNP transactions carry higher fraud risk and different liability rules than in-person payments.