---
title: "confirmationRequired(with:)"
framework: intents
role: symbol
role_heading: Type Method
path: "intents/inpaymentamountresolutionresult/confirmationrequired(with:)"
---

# confirmationRequired(with:)

Creates an object whose resolution requires that the user confirm the value before proceeding.

## Declaration

```swift
class func confirmationRequired(with paymentAmountToConfirm: INPaymentAmount?) -> Self
```

## Parameters

- `paymentAmountToConfirm`: The value that resolves the request but that must be confirmed by the user.

## Return Value

Return Value A new INPaymentAmountResolutionResult object.

## Discussion

Discussion Use this method when you can resolve the parameter to a single value but want the user to confirm that value. For example, you might use this method if the user’s initial request did not specify a payment amount and you provide a suggested amount.

## See Also

### Creating a Resolution Result Object

- [success(with:)](intents/inpaymentamountresolutionresult/success(with:).md)
- [disambiguation(with:)](intents/inpaymentamountresolutionresult/disambiguation(with:).md)
