---
title: PKSuppressionRequestToken
framework: passkit
role: symbol
role_heading: Type Alias
path: passkit/pksuppressionrequesttoken
---

# PKSuppressionRequestToken

A token that represents a request to suppress the automatic presentation of payment passes.

## Declaration

```swift
typealias PKSuppressionRequestToken = Int
```

## Discussion

Discussion You receive a suppression request token when you begin suppressing the automatic presentation of passes. Use the token to end the suppression and reenable Apple Pay.

## See Also

### Presenting and suppressing passes

- [present(_:)](passkit/pkpasslibrary/present(_:)-9467u.md)
- [isSuppressingAutomaticPassPresentation()](passkit/pkpasslibrary/issuppressingautomaticpasspresentation().md)
- [requestAutomaticPassPresentationSuppression(responseHandler:)](passkit/pkpasslibrary/requestautomaticpasspresentationsuppression(responsehandler:).md)
- [PKAutomaticPassPresentationSuppressionResult](passkit/pkautomaticpasspresentationsuppressionresult.md)
- [endAutomaticPassPresentationSuppression(withRequestToken:)](passkit/pkpasslibrary/endautomaticpasspresentationsuppression(withrequesttoken:).md)
