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

# INPayBillIntentResponseCode

Constants indicating the state of the response.

```
enum INPayBillIntentResponseCode
```

## Topics

### Constants

[`case unspecified`](/documentation/Intents/INPayBillIntentResponseCode/unspecified)

The response didn’t specify a response code.

[`case ready`](/documentation/Intents/INPayBillIntentResponseCode/ready)

You’re ready to handle the intent.

[`case inProgress`](/documentation/Intents/INPayBillIntentResponseCode/inProgress)

You’ve received the payment details and are in the process of scheduling the transaction.

[`case success`](/documentation/Intents/INPayBillIntentResponseCode/success)

You successfully scheduled the transaction.

[`case failure`](/documentation/Intents/INPayBillIntentResponseCode/failure)

You were unable to schedule the transaction.

[`case failureRequiringAppLaunch`](/documentation/Intents/INPayBillIntentResponseCode/failureRequiringAppLaunch)

The user must launch your app to schedule the transaction.

[`case failureCredentialsUnverified`](/documentation/Intents/INPayBillIntentResponseCode/failureCredentialsUnverified)

The transaction failed because you were unable to verify the credentials of the user or the payee.

[`case failureInsufficientFunds`](/documentation/Intents/INPayBillIntentResponseCode/failureInsufficientFunds)

The transaction failed because the user’s account didn’t contain sufficient funds.

### Initializers

[`init?(rawValue: Int)`](/documentation/Intents/INPayBillIntentResponseCode/init(rawValue:))

## Relationships

### Conforms To

[`Hashable`](/documentation/Swift/Hashable)

[`SendableMetatype`](/documentation/Swift/SendableMetatype)

[`RawRepresentable`](/documentation/Swift/RawRepresentable)

[`Sendable`](/documentation/Swift/Sendable)

[`BitwiseCopyable`](/documentation/Swift/BitwiseCopyable)

[`Equatable`](/documentation/Swift/Equatable)

---

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)