---
title: INRequestPaymentIntentHandling
framework: intents
role: symbol
role_heading: Protocol
path: intents/inrequestpaymentintenthandling
---

# INRequestPaymentIntentHandling

The handler interface for delivering a request for payment from another user of your app.

## Declaration

```swift
protocol INRequestPaymentIntentHandling : NSObjectProtocol
```

## Overview

Overview Use the methods of the INRequestPaymentIntentHandling protocol to resolve, confirm, and handle the requesting of money from another user of your app. Adopt this protocol in an object of your Intents extension that is capable of contacting the designated user and communicating the request for payment. Siri delivers an INRequestPaymentIntent object to your handler when the user makes a request for payment using your app. The provided intent object contains the details of the payment request, including the recipient of the request, the amount of the payment, and any memos associated with the payment. Use the methods of this protocol to resolve the payment parameters and to validate that the payment is possible.

## Topics

### Resolving the Intent Parameters

- [resolvePayer(for:with:)](intents/inrequestpaymentintenthandling/resolvepayer(for:with:)-4xu87.md)
- [resolveCurrencyAmount(for:with:)](intents/inrequestpaymentintenthandling/resolvecurrencyamount(for:with:)-1it85.md)
- [resolveNote(for:with:)](intents/inrequestpaymentintenthandling/resolvenote(for:with:).md)
- [resolvePayer(for:with:)](intents/inrequestpaymentintenthandling/resolvepayer(for:with:)-qp42.md)
- [resolveCurrencyAmount(for:with:)](intents/inrequestpaymentintenthandling/resolvecurrencyamount(for:with:)-78c2m.md)

### Confirming the Response

- [confirm(intent:completion:)](intents/inrequestpaymentintenthandling/confirm(intent:completion:).md)

### Handling the Intent

- [handle(intent:completion:)](intents/inrequestpaymentintenthandling/handle(intent:completion:).md)

## Relationships

### Inherits From

- [NSObjectProtocol](objectivec/nsobjectprotocol.md)

### Inherited By

- [INPaymentsDomainHandling](intents/inpaymentsdomainhandling.md)

## See Also

### Request a Payment

- [INRequestPaymentIntent](intents/inrequestpaymentintent.md)
- [INRequestPaymentIntentResponse](intents/inrequestpaymentintentresponse.md)
