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

# INSendPaymentIntentResponse

Your app’s response to a send payment intent.

```
class INSendPaymentIntentResponse
```

## Overview

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

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

## Topics

### Initializing the Response Object

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

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

### Getting the Response Code

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

The code indicating whether you successfully handled the intent.

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

Constants indicating the state of the response.

### Accessing the Payment Information

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

The details of the payment transaction.



---

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)