---
title: INPayBillIntentResponseCode.ready
framework: intents
role: symbol
role_heading: Case
path: intents/inpaybillintentresponsecode/ready
---

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

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