---
title: INPaymentStatus.failed
framework: intents
role: symbol
role_heading: Case
path: intents/inpaymentstatus/failed
---

# INPaymentStatus.failed

The transaction failed and the funds were not transferred.

## Declaration

```swift
case failed
```

## Discussion

Discussion Use this constant to indicate that there was an error in processing the transaction.

## See Also

### Constants

- [INPaymentStatus.unknown](intents/inpaymentstatus/unknown.md)
- [INPaymentStatus.pending](intents/inpaymentstatus/pending.md)
- [INPaymentStatus.completed](intents/inpaymentstatus/completed.md)
- [INPaymentStatus.canceled](intents/inpaymentstatus/canceled.md)
- [INPaymentStatus.unpaid](intents/inpaymentstatus/unpaid.md)
