<!--
{
  "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/INRequestPaymentIntentResponse",
  "metadataVersion" : "0.1.0",
  "role" : "Class",
  "symbol" : {
    "kind" : "Class",
    "modules" : [
      "Intents"
    ],
    "preciseIdentifier" : "c:objc(cs)INRequestPaymentIntentResponse"
  },
  "title" : "INRequestPaymentIntentResponse"
}
-->

# INRequestPaymentIntentResponse

Your app’s response to a request payment intent.

```
class INRequestPaymentIntentResponse
```

## Overview

Use an [`INRequestPaymentIntentResponse`](/documentation/Intents/INRequestPaymentIntentResponse) object to specify the details of a payment request that you make. After creating the object, assign the details of the payment transaction to the [`paymentRecord`](/documentation/Intents/INRequestPaymentIntentResponse/paymentRecord) property, the details of which Siri communicates to the user at appropriate times.

You create an [`INRequestPaymentIntentResponse`](/documentation/Intents/INRequestPaymentIntentResponse) object in the [`confirm(intent:completion:)`](/documentation/Intents/INRequestPaymentIntentHandling/confirm(intent:completion:)) and [`handle(intent:completion:)`](/documentation/Intents/INRequestPaymentIntentHandling/handle(intent:completion:)) methods of your handler object. For more information about implementing your handler object, see [`INRequestPaymentIntentHandling`](/documentation/Intents/INRequestPaymentIntentHandling).

## Topics

### Initializing the Response Object

[`init(code:userActivity:)`](/documentation/Intents/INRequestPaymentIntentResponse/init(code:userActivity:))

Initializes the response object with the specified code and user activity object.

### Getting the Response Code

[`code`](/documentation/Intents/INRequestPaymentIntentResponse/code)

The code indicating whether you successfully handled the intent.

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

Constants indicating the state of the response.

### Accessing the Response Data

[`paymentRecord`](/documentation/Intents/INRequestPaymentIntentResponse/paymentRecord)

The details of the request.



---

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)