<!--
{
  "availability" : [
    "iOS: 13.0.0 -",
    "iPadOS: 13.0.0 -",
    "macCatalyst: 13.1.0 -",
    "macOS: 11.0.0 -",
    "visionOS: 1.0.0 -",
    "watchOS: 6.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "SiriKit",
  "identifier" : "/documentation/Intents/INPaymentMethodResolutionResult",
  "metadataVersion" : "0.1.0",
  "role" : "Class",
  "symbol" : {
    "kind" : "Class",
    "modules" : [
      "Intents"
    ],
    "preciseIdentifier" : "c:objc(cs)INPaymentMethodResolutionResult"
  },
  "title" : "INPaymentMethodResolutionResult"
}
-->

# INPaymentMethodResolutionResult

Describes the result of resolving a payment method.

```
class INPaymentMethodResolutionResult
```

## Overview

An [`INPaymentMethodResolutionResult`](/documentation/Intents/INPaymentMethodResolutionResult) object is what you return when resolving parameters containing an [`INPaymentMethod`](/documentation/Intents/INPaymentMethod) object. Use the creation method that best reflects your ability to successfully resolve the parameter. For additional resolution options, see [`INIntentResolutionResult`](/documentation/Intents/INIntentResolutionResult).

## Topics

### Creating a Resolution Result Object

[`confirmationRequired(with:)`](/documentation/Intents/INPaymentMethodResolutionResult/confirmationRequired(with:))

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

[`disambiguation(with:)`](/documentation/Intents/INPaymentMethodResolutionResult/disambiguation(with:))

Creates an object whose resolution requires the user to select from among the specified objects.

[`success(with:)`](/documentation/Intents/INPaymentMethodResolutionResult/success(with:))

Creates an object whose resolution involves the successful matching of the specified parameter.



---

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)