---
title: INPayBillIntentResponseCode.failureCredentialsUnverified
framework: intents
role: symbol
role_heading: Case
path: intents/inpaybillintentresponsecode/failurecredentialsunverified
---

# INPayBillIntentResponseCode.failureCredentialsUnverified

The transaction failed because you were unable to verify the credentials of the user or the payee.

## Declaration

```swift
case failureCredentialsUnverified
```

## Discussion

Discussion Use this response code when you’re unable to verify the credentials of the user or the payee. You might use this response code if the user is currently logged out of your app or is unknown to you. You might also use it if the user didn’t set up any payees in advance.

## 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.failureInsufficientFunds](intents/inpaybillintentresponsecode/failureinsufficientfunds.md)
