INSendPaymentIntent
INSendPaymentIntent
INSendPaymentIntent Class of Intents A request to transfer money from the current user’s account to a different user’s account.
class INSendPaymentIntentOverview
Siri creates an INSendPaymentIntent object when the current user asks to transfer money to another user. A send payment intent object includes the payment amount and the recipient of the payment. Use that information to validate the transaction and transfer the funds.
To handle this intent, the handler object in your Intents extension must adopt the INSendPaymentIntentHandling protocol. Your handler should confirm the request and create an INSendPaymentIntentResponse object with the result of sending the money to the specified user.
This intent object represents a financial transaction between two users.