<!--
{
  "availability" : [
    "iOS: 3.0.0 - 18.0.0",
    "iPadOS: 3.0.0 - 18.0.0",
    "macCatalyst: 13.1.0 - 18.0.0",
    "macOS: 10.7.0 - 15.0.0",
    "tvOS: -",
    "visionOS: 1.0.0 - 2.0.0",
    "watchOS: 6.2.0 - 11.0.0"
  ],
  "documentType" : "symbol",
  "framework" : "StoreKit",
  "identifier" : "/documentation/StoreKit/SKPaymentTransactionState",
  "metadataVersion" : "0.1.0",
  "role" : "Enumeration",
  "symbol" : {
    "kind" : "Enumeration",
    "modules" : [
      "StoreKit"
    ],
    "preciseIdentifier" : "c:@E@SKPaymentTransactionState"
  },
  "title" : "SKPaymentTransactionState"
}
-->

# SKPaymentTransactionState

Values representing the state of a transaction.

```
enum SKPaymentTransactionState
```

## Topics

### Constants

[`SKPaymentTransactionState.purchasing`](/documentation/StoreKit/SKPaymentTransactionState/purchasing)

A transaction that is being processed by the App Store.

[`SKPaymentTransactionState.purchased`](/documentation/StoreKit/SKPaymentTransactionState/purchased)

A successfully processed transaction.

[`SKPaymentTransactionState.failed`](/documentation/StoreKit/SKPaymentTransactionState/failed)

A failed transaction.

[`SKPaymentTransactionState.restored`](/documentation/StoreKit/SKPaymentTransactionState/restored)

A transaction that restores content previously purchased by the user.

[`SKPaymentTransactionState.deferred`](/documentation/StoreKit/SKPaymentTransactionState/deferred)

A transaction that is in the queue, but its final status is pending external action such as Ask to Buy.

### Initializers

[`init(rawValue:)`](/documentation/StoreKit/SKPaymentTransactionState/init(rawValue:))



---

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)