<!--
{
  "availability" : [
    "iOS: 27.0.0 -",
    "iPadOS: 27.0.0 -",
    "macCatalyst: 27.0.0 -",
    "visionOS: 27.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "PassKit",
  "identifier" : "/documentation/PassKit/PKIdentityElement/name",
  "metadataVersion" : "0.1.0",
  "role" : "Type Property",
  "symbol" : {
    "kind" : "Type Property",
    "modules" : [
      "PassKit (Apple Pay and Wallet)"
    ],
    "preciseIdentifier" : "c:objc(cs)PKIdentityElement(cpy)nameElement"
  },
  "title" : "name"
}
-->

# name

The user’s full name.

```
class var name: PKIdentityElement { get }
```

## Discussion

For National ID and other identity documents, requesting this element returns the person’s full name as a single properly formatted string. The response may also include [`givenName`](/documentation/PassKit/PKIdentityElement/givenName) and [`familyName`](/documentation/PassKit/PKIdentityElement/familyName) when available.

For driver’s license documents, requesting this element returns the [`givenName`](/documentation/PassKit/PKIdentityElement/givenName) and [`familyName`](/documentation/PassKit/PKIdentityElement/familyName) as separate fields, but doesn’t return a full name field. This limitation exists because the mDL (mobile Driver’s License) standard doesn’t currently include a full name field in its specification.

---

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)