---
title: INRequestPaymentIntentResponseCode.failureCredentialsUnverified
framework: intents
role: symbol
role_heading: Case
path: intents/inrequestpaymentintentresponsecode/failurecredentialsunverified
---

# INRequestPaymentIntentResponseCode.failureCredentialsUnverified

The request failed because you couldn’t verify one of the user’s credentials.

## Declaration

```swift
case failureCredentialsUnverified
```

## Discussion

Discussion Use this response code when you are unable to verify the credentials of the request’s sender or recipient.

## See Also

### Constants

- [INRequestPaymentIntentResponseCode.unspecified](intents/inrequestpaymentintentresponsecode/unspecified.md)
- [INRequestPaymentIntentResponseCode.ready](intents/inrequestpaymentintentresponsecode/ready.md)
- [INRequestPaymentIntentResponseCode.inProgress](intents/inrequestpaymentintentresponsecode/inprogress.md)
- [INRequestPaymentIntentResponseCode.success](intents/inrequestpaymentintentresponsecode/success.md)
- [INRequestPaymentIntentResponseCode.failure](intents/inrequestpaymentintentresponsecode/failure.md)
- [INRequestPaymentIntentResponseCode.failureRequiringAppLaunch](intents/inrequestpaymentintentresponsecode/failurerequiringapplaunch.md)
- [INRequestPaymentIntentResponseCode.failurePaymentsAmountBelowMinimum](intents/inrequestpaymentintentresponsecode/failurepaymentsamountbelowminimum.md)
- [INRequestPaymentIntentResponseCode.failurePaymentsAmountAboveMaximum](intents/inrequestpaymentintentresponsecode/failurepaymentsamountabovemaximum.md)
- [INRequestPaymentIntentResponseCode.failurePaymentsCurrencyUnsupported](intents/inrequestpaymentintentresponsecode/failurepaymentscurrencyunsupported.md)
- [INRequestPaymentIntentResponseCode.failureNoBankAccount](intents/inrequestpaymentintentresponsecode/failurenobankaccount.md)
- [INRequestPaymentIntentResponseCode.failureNotEligible](intents/inrequestpaymentintentresponsecode/failurenoteligible.md)
- [INRequestPaymentIntentResponseCode.failureTermsAndConditionsAcceptanceRequired](intents/inrequestpaymentintentresponsecode/failuretermsandconditionsacceptancerequired.md)
