---
title: INPayBillIntentResponseCode.failureInsufficientFunds
framework: intents
role: symbol
role_heading: Case
path: intents/inpaybillintentresponsecode/failureinsufficientfunds
---

# INPayBillIntentResponseCode.failureInsufficientFunds

The transaction failed because the user’s account didn’t contain sufficient funds.

## Declaration

```swift
case failureInsufficientFunds
```

## Discussion

Discussion Use this response code when the user’s account doesn’t have the funds needed to make the payment.

## See Also

### Constants

- [INPayBillIntentResponseCode.unspecified](intents/inpaybillintentresponsecode/unspecified.md)
- [INPayBillIntentResponseCode.ready](intents/inpaybillintentresponsecode/ready.md)
- [INPayBillIntentResponseCode.inProgress](intents/inpaybillintentresponsecode/inprogress.md)
- [INPayBillIntentResponseCode.success](intents/inpaybillintentresponsecode/success.md)
- [INPayBillIntentResponseCode.failure](intents/inpaybillintentresponsecode/failure.md)
- [INPayBillIntentResponseCode.failureRequiringAppLaunch](intents/inpaybillintentresponsecode/failurerequiringapplaunch.md)
- [INPayBillIntentResponseCode.failureCredentialsUnverified](intents/inpaybillintentresponsecode/failurecredentialsunverified.md)
