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

# INSendPaymentIntentResponseCode.failurePaymentsAmountBelowMinimum

You were unable to deliver the request.

## Declaration

```swift
case failurePaymentsAmountBelowMinimum
```

## Discussion

Discussion Use this response code when the payment amount is below the minimum transaction amount required by your app.

## 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.failure](intents/insendpaymentintentresponsecode/failure.md)
- [INSendPaymentIntentResponseCode.failureRequiringAppLaunch](intents/insendpaymentintentresponsecode/failurerequiringapplaunch.md)
- [INSendPaymentIntentResponseCode.failureCredentialsUnverified](intents/insendpaymentintentresponsecode/failurecredentialsunverified.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)
