---
title: paymentInstrumentName
framework: passkit
role: symbol
role_heading: Instance Property
path: passkit/pkpaymenttoken/paymentinstrumentname
---

# paymentInstrumentName

A description of the payment card that the user selected to fund the transaction.

## Declaration

```swift
var paymentInstrumentName: String { get }
```

## Discussion

Discussion This string is suitable for display; it doesn’t contain the full payment information.

## See Also

### Deprecated

- [paymentNetwork](passkit/pkpaymenttoken/paymentnetwork.md)
