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

# INTransferMoneyIntentResponseCode.success

You successfully scheduled the transaction.

## Declaration

```swift
case success
```

## Discussion

Discussion Use this code after scheduling the transaction successfully. Returning this code doesn’t require a transfer of funds. It only means that you’ve recorded the transaction in order to perform the transfer on the specified date.

## See Also

### Constants

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