---
title: PaymentTransaction
framework: walletorders
role: symbol
role_heading: Object
path: walletorders/paymenttransaction
---

# PaymentTransaction

The details about a payment transaction.

## Declaration

```data
object PaymentTransaction
```

## Properties

amount: The amount of the transaction. createdAt: The date and time when the framework created the transaction, in RFC 3339 format. paymentMethod: A string that represents the payment, such as a payment pass or card used for the transaction. status: The fulfillment status. applePayTransactionIdentifier: A string that represents the Apple Pay transaction ID. transactionType: The type of transaction. receipt: The filename of a receipt within the bundle that’s associated with the transaction.

## See Also

### Supporting objects

- [Customer](walletorders/customer.md)
- [Merchant](walletorders/merchant.md)
- [Address](walletorders/address.md)
- [Application](walletorders/application.md)
- [Barcode](walletorders/barcode.md)
- [CurrencyAmount](walletorders/currencyamount.md)
- [LineItem](walletorders/lineitem.md)
- [Location](walletorders/location.md)
- [OrderIdentifiers](walletorders/orderidentifiers.md)
- [OrderProvider](walletorders/orderprovider.md)
- [Payment](walletorders/payment.md)
- [Payment.SummaryItems](walletorders/payment/summaryitems-data.dictionary.md)
- [PaymentMethod](walletorders/paymentmethod.md)
- [PickupFulfillment](walletorders/pickupfulfillment.md)
- [Return](walletorders/return.md)
