<!--
{
  "availability" : [

  ],
  "documentType" : "symbol",
  "framework" : "ApplePayontheWeb",
  "identifier" : "/documentation/ApplePayontheWeb/ApplePayPaymentPassActivationState",
  "metadataVersion" : "0.1.0",
  "role" : "Enumeration",
  "symbol" : {
    "kind" : "Enumeration",
    "modules" : [
      "Apple Pay on the Web"
    ],
    "preciseIdentifier" : "enum/ApplePayPaymentPassActivationState"
  },
  "title" : "ApplePayPaymentPassActivationState"
}
-->

# ApplePayPaymentPassActivationState

Payment pass activation states.

```
enum ApplePayPaymentPassActivationState
```

## Overview

Use one of the following values for the activation state:

- `activated`: Active and ready to be used for payment.
- `requiresActivation`: Not active but may be activated by the issuer.
- `activating`: Not ready for use but activation is in progress.
- `suspended`: Not active and can’t be activated.
- `deactivated`: Not active because the issuer has disabled the account associated with the device.

## Topics

### Enumeration Cases

[`case activated`](/documentation/ApplePayontheWeb/ApplePayPaymentPassActivationState/activated)

[`case activating`](/documentation/ApplePayontheWeb/ApplePayPaymentPassActivationState/activating)

[`case deactivated`](/documentation/ApplePayontheWeb/ApplePayPaymentPassActivationState/deactivated)

[`case requiresActivation`](/documentation/ApplePayontheWeb/ApplePayPaymentPassActivationState/requiresActivation)

[`case suspended`](/documentation/ApplePayontheWeb/ApplePayPaymentPassActivationState/suspended)

---

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)