---
title: INTransferMoneyIntentResponseCode.ready
framework: intents
role: symbol
role_heading: Case
path: intents/intransfermoneyintentresponsecode/ready
---

# INTransferMoneyIntentResponseCode.ready

You’re ready to handle the intent.

## Declaration

```swift
case ready
```

## Discussion

Discussion Return this response code during the confirmation phase after you’ve verified that you’re able to fulfill the intent. Don’t return this response code when handling the intent; doing so causes the device to display an error.

## See Also

### Constants

- [INTransferMoneyIntentResponseCode.unspecified](intents/intransfermoneyintentresponsecode/unspecified.md)
- [INTransferMoneyIntentResponseCode.inProgress](intents/intransfermoneyintentresponsecode/inprogress.md)
- [INTransferMoneyIntentResponseCode.success](intents/intransfermoneyintentresponsecode/success.md)
- [INTransferMoneyIntentResponseCode.failure](intents/intransfermoneyintentresponsecode/failure.md)
- [INTransferMoneyIntentResponseCode.failureRequiringAppLaunch](intents/intransfermoneyintentresponsecode/failurerequiringapplaunch.md)
- [INTransferMoneyIntentResponseCode.failureCredentialsUnverified](intents/intransfermoneyintentresponsecode/failurecredentialsunverified.md)
- [INTransferMoneyIntentResponseCode.failureInsufficientFunds](intents/intransfermoneyintentresponsecode/failureinsufficientfunds.md)
