<!--
{
  "availability" : [
    "iOS: 10.0.0 -",
    "iPadOS: 10.0.0 -",
    "macCatalyst: 13.1.0 -",
    "visionOS: 1.0.0 -",
    "watchOS: 3.2.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "SiriKit",
  "identifier" : "/documentation/Intents/INPaymentStatusResolutionResult/confirmationRequired(with:)",
  "metadataVersion" : "0.1.0",
  "role" : "Type Method",
  "symbol" : {
    "kind" : "Type Method",
    "modules" : [
      "Intents"
    ],
    "preciseIdentifier" : "c:objc(cs)INPaymentStatusResolutionResult(cm)confirmationRequiredWithPaymentStatusToConfirm:"
  },
  "title" : "confirmationRequired(with:)"
}
-->

# confirmationRequired(with:)

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

```
class func confirmationRequired(with paymentStatusToConfirm: INPaymentStatus) -> Self
```

## Parameters

`paymentStatusToConfirm`

The value that resolves the request but that must be confirmed by the user.

## Return Value

A new [`INPaymentStatusResolutionResult`](/documentation/Intents/INPaymentStatusResolutionResult) object.

## 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 you cannot search based on the requested payment status but can search based on another value.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)