---
title: SKPaymentTransactionState.purchased
framework: storekit
role: symbol
role_heading: Case
path: storekit/skpaymenttransactionstate/purchased
---

# SKPaymentTransactionState.purchased

A successfully processed transaction.

## Declaration

```swift
case purchased
```

## Mentioned in

Testing In-App Purchases in Xcode Implementing offer codes in your app Implementing promotional offers in your app Processing a transaction Supporting Family Sharing in your app Testing a successful transaction Testing an interrupted purchase Testing resubscribing from the subscriptions page

## Discussion

Discussion Your application should provide the content the user purchased.

## See Also

### Constants

- [SKPaymentTransactionState.purchasing](storekit/skpaymenttransactionstate/purchasing.md)
- [SKPaymentTransactionState.failed](storekit/skpaymenttransactionstate/failed.md)
- [SKPaymentTransactionState.restored](storekit/skpaymenttransactionstate/restored.md)
- [SKPaymentTransactionState.deferred](storekit/skpaymenttransactionstate/deferred.md)
