---
title: transactions
framework: storekit
role: symbol
role_heading: Instance Property
path: storekit/skpaymentqueue/transactions
---

# transactions

Returns an array of pending transactions.

## Declaration

```swift
var transactions: [SKPaymentTransaction] { get }
```

## Discussion

Discussion The value of this property is undefined when there are no observers attached to the payment queue.

## See Also

### Related Documentation

- [add(_:)](storekit/skpaymentqueue/add(_:)-5ciz2.md)

### Managing Transactions

- [delegate](storekit/skpaymentqueue/delegate.md)
- [add(_:)](storekit/skpaymentqueue/add(_:)-4vct1.md)
- [finishTransaction(_:)](storekit/skpaymentqueue/finishtransaction(_:).md)
