---
title: payer
framework: intents
role: symbol
role_heading: Instance Property
path: intents/inrequestpaymentintent/payer
---

# payer

The recipient of the payment request.

## Declaration

```swift
@NSCopying var payer: INPerson? { get }
```

## Discussion

Discussion Use the payer information to determine which user to notify.

## See Also

### Getting Details About the Payment

- [currencyAmount](intents/inrequestpaymentintent/currencyamount.md)
- [note](intents/inrequestpaymentintent/note.md)
