---
title: "unsupported(forReason:)"
framework: intents
role: symbol
role_heading: Type Method
path: "intents/insendpaymentpayeeresolutionresult/unsupported(forreason:)"
---

# unsupported(forReason:)

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

## Declaration

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

## Parameters

- `reason`: The reason why the specified person is unsupported. For a list of possible values, see doc://com.apple.sirikit/documentation/Intents/INSendPaymentPayeeUnsupportedReason.

## Return Value

Return Value A new INSendPaymentPayeeResolutionResult object.

## Discussion

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.

## See Also

### Creating a Resolution Result Object

- [INSendPaymentPayeeUnsupportedReason](intents/insendpaymentpayeeunsupportedreason.md)
- [init(personResolutionResult:)](intents/insendpaymentpayeeresolutionresult/init(personresolutionresult:).md)
