---
title: currencyAmount
framework: intents
role: symbol
role_heading: Instance Property
path: intents/insendpaymentintent/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 they are using a supported currency type and that the user’s account has the needed funds to complete the transaction.

## See Also

### Getting Details About the Payment

- [payee](intents/insendpaymentintent/payee.md)
- [note](intents/insendpaymentintent/note.md)
