---
title: pairedTerminalIdentifier
framework: passkit
role: symbol
role_heading: Instance Property
path: passkit/pksecureelementpass/pairedterminalidentifier
---

# pairedTerminalIdentifier

The unique identifier of the paired terminal.

## Declaration

```swift
var pairedTerminalIdentifier: String? { get }
```

## Discussion

Discussion PassKit can create a Secure Element pass during an exchange with a terminal. For example, when creating a digital car key. You can use this property’s value to identify the terminal.

## See Also

### Getting the hardware attributes

- [deviceAccountIdentifier](passkit/pksecureelementpass/deviceaccountidentifier.md)
- [deviceAccountNumberSuffix](passkit/pksecureelementpass/deviceaccountnumbersuffix.md)
- [devicePassIdentifier](passkit/pksecureelementpass/devicepassidentifier.md)
