<!--
{
  "availability" : [
    "iOS: 16.0.0 -",
    "iPadOS: 16.0.0 -",
    "macCatalyst: 16.0.0 -",
    "macOS: 13.0.0 -",
    "visionOS: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "PassKit",
  "identifier" : "/documentation/PassKit/PKPaymentRequest/multiTokenContexts",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "PassKit (Apple Pay and Wallet)"
    ],
    "preciseIdentifier" : "c:objc(cs)PKPaymentRequest(py)multiTokenContexts"
  },
  "title" : "multiTokenContexts"
}
-->

# multiTokenContexts

An array of payment token contexts to request multiple payment tokens with one payment token per context.

```
var multiTokenContexts: [PKPaymentTokenContext] { get set }
```

## Discussion

Use multitoken contexts to indicate payments for multiple merchants. This property is an array of [`PKPaymentTokenContext`](/documentation/PassKit/PKPaymentTokenContext) objects. The sum of all payment token contexts must be less than or equal to the grand total of the enclosing payment request listed as the last payment summary item, [`PKPaymentSummaryItem`](/documentation/PassKit/PKPaymentSummaryItem). Otherwise, the request results in a runtime error and cancels the payment request.

> Important:
> You can’t use this property with ``doc://com.apple.passkit/documentation/PassKit/PKPaymentRequest/recurringPaymentRequest`` or ``doc://com.apple.passkit/documentation/PassKit/PKPaymentRequest/automaticReloadPaymentRequest`` properties. Simultaneous use of these properties results in a runtime error and cancels the payment request.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)