---
title: INSendPaymentIntentResponseCode.ready
framework: intents
role: symbol
role_heading: Case
path: intents/insendpaymentintentresponsecode/ready
---

# INSendPaymentIntentResponseCode.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

- [INSendPaymentIntentResponseCode.unspecified](intents/insendpaymentintentresponsecode/unspecified.md)
- [INSendPaymentIntentResponseCode.inProgress](intents/insendpaymentintentresponsecode/inprogress.md)
- [INSendPaymentIntentResponseCode.success](intents/insendpaymentintentresponsecode/success.md)
- [INSendPaymentIntentResponseCode.failure](intents/insendpaymentintentresponsecode/failure.md)
- [INSendPaymentIntentResponseCode.failureRequiringAppLaunch](intents/insendpaymentintentresponsecode/failurerequiringapplaunch.md)
- [INSendPaymentIntentResponseCode.failureCredentialsUnverified](intents/insendpaymentintentresponsecode/failurecredentialsunverified.md)
- [INSendPaymentIntentResponseCode.failurePaymentsAmountBelowMinimum](intents/insendpaymentintentresponsecode/failurepaymentsamountbelowminimum.md)
- [INSendPaymentIntentResponseCode.failurePaymentsAmountAboveMaximum](intents/insendpaymentintentresponsecode/failurepaymentsamountabovemaximum.md)
- [INSendPaymentIntentResponseCode.failurePaymentsCurrencyUnsupported](intents/insendpaymentintentresponsecode/failurepaymentscurrencyunsupported.md)
- [INSendPaymentIntentResponseCode.failureInsufficientFunds](intents/insendpaymentintentresponsecode/failureinsufficientfunds.md)
- [INSendPaymentIntentResponseCode.failureNoBankAccount](intents/insendpaymentintentresponsecode/failurenobankaccount.md)
- [INSendPaymentIntentResponseCode.failureNotEligible](intents/insendpaymentintentresponsecode/failurenoteligible.md)
- [INSendPaymentIntentResponseCode.failureTermsAndConditionsAcceptanceRequired](intents/insendpaymentintentresponsecode/failuretermsandconditionsacceptancerequired.md)
