---
title: Payment
framework: walletorders
role: symbol
role_heading: Object
path: walletorders/payment
---

# Payment

The payment information associated with the order.

## Declaration

```data
object Payment
```

## Properties

total: The total amount to be paid. summaryItems: A breakdown of the total payment. For example, shipping cost and taxes. transactions: A list of PaymentTransaction dictionaries. paymentMethods: A list of methods used to pay. For example, MasterCard 1234 or Visa 5678. status: The status of the payment. applePayTransactionIdentifiers: An optional list of Apple Pay transaction identifiers relating to this order. Wallet links the original transaction to your order by default. If you charge a user multiple times, you can provide the relevant transaction identifiers here to enable additional linking.

## Topics

### Dictionaries

- [Payment.SummaryItems](walletorders/payment/summaryitems-data.dictionary.md)

## 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.SummaryItems](walletorders/payment/summaryitems-data.dictionary.md)
- [PaymentMethod](walletorders/paymentmethod.md)
- [PaymentTransaction](walletorders/paymenttransaction.md)
- [PickupFulfillment](walletorders/pickupfulfillment.md)
- [Return](walletorders/return.md)
