---
title: displayName
framework: passkit
role: symbol
role_heading: Instance Property
path: passkit/pkpaymentmethod/displayname
---

# displayName

A string, suitable for display, that describes the card.

## Declaration

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

## Discussion

Discussion The display name enables a user to recognize a particular card from a list of cards. For debit and credit cards, the display name often includes the card brand and the last four digits of the credit card number when available, for example: “Visa 1233”, “MasterCard 5678”, “AmEx 9876”. For Apple Pay Cash cards, the display name is “Apple Pay Cash”. However, there is no standard format for the display name’s content. To protect the user’s privacy, Apple Pay sets the display name only after the user authorizes the purchase. You can safely access this property as soon as the system calls your delegate’s paymentAuthorizationController(_:didAuthorizePayment:completion:) method.

## See Also

### Getting the payment method’s attributes

- [type](passkit/pkpaymentmethod/type.md)
- [PKPaymentMethodType](passkit/pkpaymentmethodtype.md)
- [network](passkit/pkpaymentmethod/network.md)
- [billingAddress](passkit/pkpaymentmethod/billingaddress.md)
