---
title: merchantName
framework: passkit
role: symbol
role_heading: Instance Property
path: passkit/pkpaymenttokencontext/merchantname
---

# merchantName

The merchant’s display name that the Apple Pay server associates with the payment token.

## Declaration

```swift
var merchantName: String { get set }
```

## Discussion

Discussion Provide the name of the merchant associated with the payment token, to display to the user.

## See Also

### Specifying the merchant

- [merchantIdentifier](passkit/pkpaymenttokencontext/merchantidentifier.md)
- [merchantDomain](passkit/pkpaymenttokencontext/merchantdomain.md)
- [externalIdentifier](passkit/pkpaymenttokencontext/externalidentifier.md)
