Contents

INRequestPaymentIntent

An intent for requesting money from another user’s account.

Declaration

class INRequestPaymentIntent

Overview

Siri creates an INRequestPaymentIntent object when the current user requests a payment from another user. A request payment intent object includes the payment amount and the person receiving the request. This intent represents only a request for payment and shouldn’t initiate any payments.

To handle this intent, the handler object in your Intents extension must adopt the INRequestPaymentIntentHandling protocol. Your handler should confirm the request and create an INRequestPaymentIntentResponse object with the results of making the request.

Additional Intent Attributes

The following table lists additional attributes of this intent object:

Attribute

Description

Supported by

Siri Intents, Siri Suggestions, Shortcuts app

Always requires unlocked device

Yes

When performing a search, Siri automatically asks the user to unlock a currently locked device. You don’t need to explicitly ask to unlock the device. In addition, Siri always prompts the user to confirm the request before asking your Intents extension to handle it.

Topics

Initializing the Intent Object

Getting Details About the Payment

See Also

Request a Payment