---
title: INSendPaymentIntentResponseCode
framework: intents
role: symbol
role_heading: Enumeration
path: intents/insendpaymentintentresponsecode
---

# INSendPaymentIntentResponseCode

Constants indicating the state of the response.

## Declaration

```swift
enum INSendPaymentIntentResponseCode
```

## Topics

### Constants

- [INSendPaymentIntentResponseCode.unspecified](intents/insendpaymentintentresponsecode/unspecified.md)
- [INSendPaymentIntentResponseCode.ready](intents/insendpaymentintentresponsecode/ready.md)
- [INSendPaymentIntentResponseCode.inProgress](intents/insendpaymentintentresponsecode/inprogress.md)
- [INSendPaymentIntentResponseCode.success](intents/insendpaymentintentresponsecode/success.md)
- [INSendPaymentIntentResponseCode.failure](intents/insendpaymentintentresponsecode/failure.md)
- [INSendPaymentIntentResponseCode.failureRequiringAppLaunch](intents/insendpaymentintentresponsecode/failurerequiringapplaunch.md)
- [INSendPaymentIntentResponseCode.failureCredentialsUnverified](intents/insendpaymentintentresponsecode/failurecredentialsunverified.md)
- [INSendPaymentIntentResponseCode.failurePaymentsAmountBelowMinimum](intents/insendpaymentintentresponsecode/failurepaymentsamountbelowminimum.md)
- [INSendPaymentIntentResponseCode.failurePaymentsAmountAboveMaximum](intents/insendpaymentintentresponsecode/failurepaymentsamountabovemaximum.md)
- [INSendPaymentIntentResponseCode.failurePaymentsCurrencyUnsupported](intents/insendpaymentintentresponsecode/failurepaymentscurrencyunsupported.md)
- [INSendPaymentIntentResponseCode.failureInsufficientFunds](intents/insendpaymentintentresponsecode/failureinsufficientfunds.md)
- [INSendPaymentIntentResponseCode.failureNoBankAccount](intents/insendpaymentintentresponsecode/failurenobankaccount.md)
- [INSendPaymentIntentResponseCode.failureNotEligible](intents/insendpaymentintentresponsecode/failurenoteligible.md)
- [INSendPaymentIntentResponseCode.failureTermsAndConditionsAcceptanceRequired](intents/insendpaymentintentresponsecode/failuretermsandconditionsacceptancerequired.md)

### Initializers

- [init(rawValue:)](intents/insendpaymentintentresponsecode/init(rawvalue:).md)

## Relationships

### Conforms To

- [BitwiseCopyable](swift/bitwisecopyable.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [RawRepresentable](swift/rawrepresentable.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)

## See Also

### Getting the Response Code

- [code](intents/insendpaymentintentresponse/code.md)
