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

# INRequestPaymentIntentResponseCode.ready

You are ready to handle the intent.

## Declaration

```swift
case ready
```

## Discussion

Discussion During the confirmation phase of an intent, use this code to signal that your Intents extension is ready and able to act on the intent.

## See Also

### Constants

- [INRequestPaymentIntentResponseCode.unspecified](intents/inrequestpaymentintentresponsecode/unspecified.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.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)
