---
title: Product.PurchaseResult.pending
framework: storekit
role: symbol
role_heading: Case
path: storekit/product/purchaseresult/pending
---

# Product.PurchaseResult.pending

The purchase is pending, and requires action from the customer.

## Declaration

```swift
case pending
```

## Mentioned in

Testing Ask to Buy in Xcode

## Discussion

Discussion If a pending purchase succeeds, StoreKit delivers the resulting Transaction in the transaction updates.

## See Also

### Getting the Purchase Results

- [Product.PurchaseResult.success(_:)](storekit/product/purchaseresult/success(_:).md)
- [Product.PurchaseResult.userCancelled](storekit/product/purchaseresult/usercancelled.md)
