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

# INSendPaymentCurrencyAmountUnsupportedReason

Constants indicating the reason for being unable to resolve the currency amount.

```
enum INSendPaymentCurrencyAmountUnsupportedReason
```

## Topics

### Constants

[`case paymentsAmountBelowMinimum`](/documentation/Intents/INSendPaymentCurrencyAmountUnsupportedReason/paymentsAmountBelowMinimum)

The payment amount is below the minimum transfer amount established by your app.

[`case paymentsAmountAboveMaximum`](/documentation/Intents/INSendPaymentCurrencyAmountUnsupportedReason/paymentsAmountAboveMaximum)

The payment amount exceeds the maximum transfer amount allowed by your app for the user.

[`case paymentsCurrencyUnsupported`](/documentation/Intents/INSendPaymentCurrencyAmountUnsupportedReason/paymentsCurrencyUnsupported)

The payment currency is not supported by your app.

### Initializers

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

## Relationships

### Conforms To

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

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

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

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

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

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

---

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)