<!--
{
  "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/INSendPaymentPayeeResolutionResult/unsupported(forReason:)",
  "metadataVersion" : "0.1.0",
  "role" : "Type Method",
  "symbol" : {
    "kind" : "Type Method",
    "modules" : [
      "Intents"
    ],
    "preciseIdentifier" : "c:objc(cs)INSendPaymentPayeeResolutionResult(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: INSendPaymentPayeeUnsupportedReason) -> Self
```

## Parameters

`reason`

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

## Return Value

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

## Discussion

Use this method when the designated payee does not meet your qualifications for receiving a payment. For example, you might use this method if the current user’s account does not have sufficient funds or you can’t verify the payee’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)