<!--
{
  "availability" : [
    "iOS: 9.0.0 -",
    "iPadOS: 9.0.0 -",
    "macCatalyst: 13.1.0 -",
    "macOS: 10.12.0 -",
    "visionOS: 1.0.0 -",
    "watchOS: 10.2.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "PassKit",
  "identifier" : "/documentation/PassKit/PKPassLibrary/endAutomaticPassPresentationSuppression(withRequestToken:)",
  "metadataVersion" : "0.1.0",
  "role" : "Type Method",
  "symbol" : {
    "kind" : "Type Method",
    "modules" : [
      "PassKit (Apple Pay and Wallet)"
    ],
    "preciseIdentifier" : "c:objc(cs)PKPassLibrary(cm)endAutomaticPassPresentationSuppressionWithRequestToken:"
  },
  "title" : "endAutomaticPassPresentationSuppression(withRequestToken:)"
}
-->

# endAutomaticPassPresentationSuppression(withRequestToken:)

Reenables the automatic display of the Apple Pay interface.

```
class func endAutomaticPassPresentationSuppression(withRequestToken requestToken: PKSuppressionRequestToken)
```

## Parameters

`requestToken`

The token you receive when you call the [`PKPassLibrary`](/documentation/PassKit/PKPassLibrary) method. If you pass in an invalid request token, the system ignores the end request.

## Discussion

This method reenables the automatic presentation of Apple Pay passes when the device detects a compatible reader.

---

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)