<!--
{
  "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/INSendPaymentPayeeUnsupportedReason",
  "metadataVersion" : "0.1.0",
  "role" : "Enumeration",
  "symbol" : {
    "kind" : "Enumeration",
    "modules" : [
      "Intents"
    ],
    "preciseIdentifier" : "c:@E@INSendPaymentPayeeUnsupportedReason"
  },
  "title" : "INSendPaymentPayeeUnsupportedReason"
}
-->

# INSendPaymentPayeeUnsupportedReason

Constants indicating the reason for being unable to resolve the payee.

```
enum INSendPaymentPayeeUnsupportedReason
```

## Topics

### Constants

[`case credentialsUnverified`](/documentation/Intents/INSendPaymentPayeeUnsupportedReason/credentialsUnverified)

The payee’s credentials are unverifiable.

[`case insufficientFunds`](/documentation/Intents/INSendPaymentPayeeUnsupportedReason/insufficientFunds)

The current user’s account has insufficient funds to make the payment.

[`case noAccount`](/documentation/Intents/INSendPaymentPayeeUnsupportedReason/noAccount)

The payee does not have an account in your app.

[`case noValidHandle`](/documentation/Intents/INSendPaymentPayeeUnsupportedReason/noValidHandle)

The unique handle that you use to identify the payee is invalid or missing.

### Initializers

[`init?(rawValue: Int)`](/documentation/Intents/INSendPaymentPayeeUnsupportedReason/init(rawValue:))

## Relationships

### Conforms To

[`Sendable`](/documentation/Swift/Sendable)

[`BitwiseCopyable`](/documentation/Swift/BitwiseCopyable)

[`Hashable`](/documentation/Swift/Hashable)

[`Equatable`](/documentation/Swift/Equatable)

[`SendableMetatype`](/documentation/Swift/SendableMetatype)

[`RawRepresentable`](/documentation/Swift/RawRepresentable)

---

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)