---
title: transactionDate
framework: storekit
role: symbol
role_heading: Instance Property
path: storekit/skpaymenttransaction/transactiondate
---

# transactionDate

The date the transaction was added to the App Store’s payment queue.

## Declaration

```swift
var transactionDate: Date? { get }
```

## Discussion

Discussion The contents of this property are undefined except when transactionState is set to SKPaymentTransactionState.purchased or SKPaymentTransactionState.restored.

## See Also

### Getting Transaction Information

- [payment](storekit/skpaymenttransaction/payment.md)
- [transactionIdentifier](storekit/skpaymenttransaction/transactionidentifier.md)
- [original](storekit/skpaymenttransaction/original.md)
- [error](storekit/skpaymenttransaction/error.md)
- [transactionReceipt](storekit/skpaymenttransaction/transactionreceipt.md)
