<!--
{
  "availability" : [
    "iOS: 11.0.0 -",
    "iPadOS: 11.0.0 -",
    "macCatalyst: 13.1.0 -",
    "visionOS: 1.0.0 -",
    "watchOS: 4.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "SiriKit",
  "identifier" : "/documentation/Intents/INRequestPaymentPayerResolutionResult/unsupported(forReason:)",
  "metadataVersion" : "0.1.0",
  "role" : "Type Method",
  "symbol" : {
    "kind" : "Type Method",
    "modules" : [
      "Intents"
    ],
    "preciseIdentifier" : "c:objc(cs)INRequestPaymentPayerResolutionResult(cm)unsupportedForReason:"
  },
  "title" : "unsupported(forReason:)"
}
-->

# unsupported(forReason:)

Creates an object whose resolution indicates that the specified value is not supported.

```
class func unsupported(forReason reason: INRequestPaymentPayerUnsupportedReason) -> Self
```

## Parameters

`reason`

The reason why the specified person is unsupported. For a list of possible values, see [`INRequestPaymentPayerUnsupportedReason`](/documentation/Intents/INRequestPaymentPayerUnsupportedReason).

## Return Value

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

## Discussion

Use this method when the designated payer does not meet your qualifications for delivering a payment. For example, you might use this method if the user’s account does not have sufficient funds or you cant verify the user’s credentials.

---

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)