INRequestPaymentIntent
INRequestPaymentIntent
INRequestPaymentIntent Class of Intents An intent for requesting money from another user’s account.
class INRequestPaymentIntentOverview
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.