<!--
{
  "availability" : [
    "iOS: 15.0.0 -",
    "iPadOS: 15.0.0 -",
    "macOS: 12.0.0 -",
    "tvOS: 15.0.0 -",
    "visionOS: 1.0.0 -",
    "watchOS: 8.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "StoreKit",
  "identifier" : "/documentation/StoreKit/Transaction/unfinished",
  "metadataVersion" : "0.1.0",
  "role" : "Type Property",
  "symbol" : {
    "kind" : "Type Property",
    "modules" : [
      "StoreKit"
    ],
    "preciseIdentifier" : "s:8StoreKit11TransactionV10unfinishedAC12TransactionsVvpZ"
  },
  "title" : "unfinished"
}
-->

# unfinished

A sequence that emits unfinished transactions for the customer.

```
static var unfinished: Transaction.Transactions { get }
```

## Discussion

A transaction is unfinished until you call [`finish()`](/documentation/StoreKit/Transaction/finish()). Use the [`unfinished`](/documentation/StoreKit/Transaction/unfinished) sequence to find the transactions your app needs to process to deliver purchased content or enable service.

---

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)