<!--
{
  "availability" : [
    "iOS: 10.0.0 -",
    "iPadOS: 10.0.0 -",
    "macCatalyst: 13.1.0 -",
    "visionOS: 1.0.0 -",
    "watchOS: 3.2.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "SiriKit",
  "identifier" : "/documentation/Intents/INSendPaymentIntentResponseCode",
  "metadataVersion" : "0.1.0",
  "role" : "Enumeration",
  "symbol" : {
    "kind" : "Enumeration",
    "modules" : [
      "Intents"
    ],
    "preciseIdentifier" : "c:@E@INSendPaymentIntentResponseCode"
  },
  "title" : "INSendPaymentIntentResponseCode"
}
-->

# INSendPaymentIntentResponseCode

Constants indicating the state of the response.

```
enum INSendPaymentIntentResponseCode
```

## Topics

### Constants

[`INSendPaymentIntentResponseCode.unspecified`](/documentation/Intents/INSendPaymentIntentResponseCode/unspecified)

The response didn’t specify a response code.

[`INSendPaymentIntentResponseCode.ready`](/documentation/Intents/INSendPaymentIntentResponseCode/ready)

You are ready to handle the intent.

[`INSendPaymentIntentResponseCode.inProgress`](/documentation/Intents/INSendPaymentIntentResponseCode/inProgress)

You are in the process of handling the intent.

[`INSendPaymentIntentResponseCode.success`](/documentation/Intents/INSendPaymentIntentResponseCode/success)

You successfully handled the intent.

[`INSendPaymentIntentResponseCode.failure`](/documentation/Intents/INSendPaymentIntentResponseCode/failure)

You were unable to send the funds.

[`INSendPaymentIntentResponseCode.failureRequiringAppLaunch`](/documentation/Intents/INSendPaymentIntentResponseCode/failureRequiringAppLaunch)

The user must launch your app to send the funds.

[`INSendPaymentIntentResponseCode.failureCredentialsUnverified`](/documentation/Intents/INSendPaymentIntentResponseCode/failureCredentialsUnverified)

You were unable to deliver the request.

[`INSendPaymentIntentResponseCode.failurePaymentsAmountBelowMinimum`](/documentation/Intents/INSendPaymentIntentResponseCode/failurePaymentsAmountBelowMinimum)

You were unable to deliver the request.

[`INSendPaymentIntentResponseCode.failurePaymentsAmountAboveMaximum`](/documentation/Intents/INSendPaymentIntentResponseCode/failurePaymentsAmountAboveMaximum)

You were unable to deliver the request.

[`INSendPaymentIntentResponseCode.failurePaymentsCurrencyUnsupported`](/documentation/Intents/INSendPaymentIntentResponseCode/failurePaymentsCurrencyUnsupported)

You were unable to deliver the request.

[`INSendPaymentIntentResponseCode.failureInsufficientFunds`](/documentation/Intents/INSendPaymentIntentResponseCode/failureInsufficientFunds)

You were unable to deliver the request.

[`INSendPaymentIntentResponseCode.failureNoBankAccount`](/documentation/Intents/INSendPaymentIntentResponseCode/failureNoBankAccount)

You were unable to deliver the request.

[`INSendPaymentIntentResponseCode.failureNotEligible`](/documentation/Intents/INSendPaymentIntentResponseCode/failureNotEligible)

The request failed because a user was not eligible to perform the transaction.

[`INSendPaymentIntentResponseCode.failureTermsAndConditionsAcceptanceRequired`](/documentation/Intents/INSendPaymentIntentResponseCode/failureTermsAndConditionsAcceptanceRequired)

The request failed because the user must accept the app’s terms and conditions.



---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)