---
title: INRequestPaymentIntentResponseCode.failureRequiringAppLaunch
framework: intents
role: symbol
role_heading: Case
path: intents/inrequestpaymentintentresponsecode/failurerequiringapplaunch
---

# INRequestPaymentIntentResponseCode.failureRequiringAppLaunch

The user must launch your app to make the payment request.

## Declaration

```swift
case failureRequiringAppLaunch
```

## Discussion

Discussion Use this response code when you cannot make the payment request for a reason not covered by any other response code. Do not use it for general errors or to force the user to launch your app.

## 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.failureCredentialsUnverified](intents/inrequestpaymentintentresponsecode/failurecredentialsunverified.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)
