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

# note

A note associated with the request.

## Declaration

```swift
var note: String? { get }
```

## Discussion

Discussion The user can include a note to indicate the reason for the request. Notes are not normally required, but you can require them as needed to help process the request.

## See Also

### Getting Details About the Payment

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