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

# currencyAmount

The amount of the payment.

## Declaration

```swift
@NSCopying var currencyAmount: INCurrencyAmount? { get }
```

## Discussion

Discussion Use this property to verify that you can handle the transfer successfully. For example, you might verify that the currency amount and that your service allows the current user to make the request.

## See Also

### Getting Details About the Payment

- [payer](intents/inrequestpaymentintent/payer.md)
- [note](intents/inrequestpaymentintent/note.md)
