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

# INSendPaymentIntentResponseCode.inProgress

You are in the process of handling the intent.

## Declaration

```swift
case inProgress
```

## Discussion

Discussion Use this code during the handling phase to indicate you received the transaction details, but haven’t yet transferred the funds to the other user’s account.

## See Also

### Constants

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