---
title: matchedPayload
framework: matter
role: symbol
role_heading: Instance Property
path: matter/mtrcommissioningoperation/matchedpayload
---

# matchedPayload

If not nil, the payload (from possibly multiple payloads represented by the provided setupPayload) that represents the commissionee we successfully established PASE with.  This will only be non-nil after successful PASE establishment.

## Declaration

```swift
var matchedPayload: MTRSetupPayload? { get }
```
