<!--
{
  "availability" : [
    "iOS: 14.0.0 -",
    "iPadOS: 14.0.0 -",
    "macCatalyst: 14.0.0 -",
    "visionOS: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "PassKit",
  "identifier" : "/documentation/PassKit/PKIssuerProvisioningExtensionHandler/status(completion:)",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Method",
  "symbol" : {
    "kind" : "Instance Method",
    "modules" : [
      "PassKit (Apple Pay and Wallet)"
    ],
    "preciseIdentifier" : "c:objc(cs)PKIssuerProvisioningExtensionHandler(im)statusWithCompletion:"
  },
  "title" : "status(completion:)"
}
-->

# status(completion:)

Reports the status of your Wallet extension.

```
func status(completion: @escaping @Sendable (PKIssuerProvisioningExtensionStatus) -> Void)
```

## Parameters

`completion`

A completion handler that the system calls to determine if there is a pass available and if adding the pass requires authentication. This handler takes the following parameter:

- `status`: A [`PKIssuerProvisioningExtensionStatus`](/documentation/PassKit/PKIssuerProvisioningExtensionStatus) that indicates whether there are any payment cards available to add as Wallet passes.

## Discussion

---

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)