Contents

INSendPaymentIntentHandling

The handler interface for transferring money from the current user’s account to a different user’s account.

Declaration

protocol INSendPaymentIntentHandling : NSObjectProtocol

Overview

Use the methods of the INSendPaymentIntentHandling protocol to resolve, confirm, and handle requests to send money to another user of your app. Adopt this protocol in an object of your Intents extension that is capable of performing the financial transaction.

Siri delivers an INSendPaymentIntent object to your handler when the user asks to send a payment using your app. The provided intent object contains the details of the payment, including the recipient, the amount to transfer, 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

Confirming the Response

Handling the Intent

See Also

Send a Payment