---
title: INSendPaymentIntentResponseCode.failure
framework: intents
role: symbol
role_heading: Case
path: intents/insendpaymentintentresponsecode/failure
---

# INSendPaymentIntentResponseCode.failure

You were unable to send the funds.

## Declaration

```swift
case failure
```

## Discussion

Discussion Use this code for both transient and unrecoverable errors that prevented you from completing the transaction.

## See Also

### 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.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)
