<!--
{
  "availability" : [
    "iOS: 16.0.0 -",
    "iPadOS: 16.0.0 -",
    "macCatalyst: 17.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "ProximityReader",
  "identifier" : "/documentation/ProximityReader/PaymentCardReader/Event",
  "metadataVersion" : "0.1.0",
  "role" : "Enumeration",
  "symbol" : {
    "kind" : "Enumeration",
    "modules" : [
      "ProximityReader"
    ],
    "preciseIdentifier" : "s:15ProximityReader011PaymentCardB0C5EventO"
  },
  "title" : "PaymentCardReader.Event"
}
-->

# PaymentCardReader.Event

An event you receive indicating the state or activity of the payment card reader.

```
enum Event
```

## Topics

### Getting the event type

[`case cardDetected`](/documentation/ProximityReader/PaymentCardReader/Event/cardDetected)

An event that indicates the reader detected the presence of a card.

[`case pinEntryCompleted`](/documentation/ProximityReader/PaymentCardReader/Event/pinEntryCompleted)

An event that indicates the reader captured the card PIN successfully.

[`case pinEntryRequested`](/documentation/ProximityReader/PaymentCardReader/Event/pinEntryRequested)

An event that indicates the reader requested the card PIN.

[`case readCancelled`](/documentation/ProximityReader/PaymentCardReader/Event/readCancelled)

An event that indicates the cancellation of the operation.

[`case readCompleted`](/documentation/ProximityReader/PaymentCardReader/Event/readCompleted)

An event that indicates the reader completed the reading process.

[`case readNotCompleted`](/documentation/ProximityReader/PaymentCardReader/Event/readNotCompleted)

An event that indicates the read operation didn’t finish.

[`case readRetry`](/documentation/ProximityReader/PaymentCardReader/Event/readRetry)

An event that indicates the UI triggered a retry.

[`case readyForTap`](/documentation/ProximityReader/PaymentCardReader/Event/readyForTap)

An event that indicates the reader is ready for someone to move
their card within range of the iPhone.

[`case removeCard`](/documentation/ProximityReader/PaymentCardReader/Event/removeCard)

An event that indicates the consumer can move the card away from the device.

[`case updateProgress(Int)`](/documentation/ProximityReader/PaymentCardReader/Event/updateProgress(_:))

The current update progress, specified as an integer value from 1 to 100.

[`case userInterfaceDismissed`](/documentation/ProximityReader/PaymentCardReader/Event/userInterfaceDismissed)

An event that indicates the UI has been closed.

[`case notReady`](/documentation/ProximityReader/PaymentCardReader/Event/notReady)

A reader that is not ready to perform transactions.

### Getting the event name

[`var name: String`](/documentation/ProximityReader/PaymentCardReader/Event/name)

The name of the event.

## Relationships

### Conforms To

[`Sendable`](/documentation/Swift/Sendable)

[`SendableMetatype`](/documentation/Swift/SendableMetatype)

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)