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

# INTransferMoneyIntentResponseCode.inProgress

You’ve received the transaction details but haven’t yet scheduled the transaction.

## Declaration

```swift
case inProgress
```

## Discussion

Discussion Use this code during the handling phase to indicate that you received the transaction details, but haven’tt yet scheduled it. You might use this code when scheduling the transaction requires communicating with your server and you’ve not yet received a confirmation from that server. When handling an intent, you might want to first configure a timer to fire if your server doesn’t return within a few seconds. Use your timer’s handler block to provide the in-progress response back to Siri.

## See Also

### Constants

- [INTransferMoneyIntentResponseCode.unspecified](intents/intransfermoneyintentresponsecode/unspecified.md)
- [INTransferMoneyIntentResponseCode.ready](intents/intransfermoneyintentresponsecode/ready.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)
