<!--
{
  "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/INRequestPaymentIntentResponseCode",
  "metadataVersion" : "0.1.0",
  "role" : "Enumeration",
  "symbol" : {
    "kind" : "Enumeration",
    "modules" : [
      "Intents"
    ],
    "preciseIdentifier" : "c:@E@INRequestPaymentIntentResponseCode"
  },
  "title" : "INRequestPaymentIntentResponseCode"
}
-->

# INRequestPaymentIntentResponseCode

Constants indicating the state of the response.

```
enum INRequestPaymentIntentResponseCode
```

## Topics

### Constants

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

The response didn’t specify a response code.

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

You are ready to handle the intent.

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

You are in the process of handling the intent.

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

You successfully handled the intent.

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

You were unable to deliver the payment request.

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

The user must launch your app to make the payment request.

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

The request failed because you couldn’t verify one of the user’s credentials.

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

The request failed because the specified amount was below the required minimum established by your app.

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

The request failed because the specified amount was above the allowed maximum established by your app.

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

The request failed because your app does not support the specified currency.

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

The request failed because you couldn’t determine a user’s bank account information.

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

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

[`INRequestPaymentIntentResponseCode.failureTermsAndConditionsAcceptanceRequired`](/documentation/Intents/INRequestPaymentIntentResponseCode/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)