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

# unsupported(forReason:)

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

## Declaration

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

## Parameters

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

## Return Value

Return Value A new INRequestPaymentPayerResolutionResult object.

## Discussion

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.

## See Also

### Creating a Resolution Result Object

- [INRequestPaymentPayerUnsupportedReason](intents/inrequestpaymentpayerunsupportedreason.md)
- [init(personResolutionResult:)](intents/inrequestpaymentpayerresolutionresult/init(personresolutionresult:).md)
