INSendPaymentIntentResponse
Your app’s response to a send payment intent.
Declaration
class INSendPaymentIntentResponseOverview
Use an INSendPaymentIntentResponse object to specify the details of the financial transaction that you perform. After creating the object, assign the details of the payment transaction to the paymentRecord property, the details of which Siri communicates to the user at appropriate times.
You create an INSendPaymentIntentResponse object in the confirm(intent:completion:) and handle(intent:completion:) methods of your handler object. For more information about implementing your handler object, see INSendPaymentIntentHandling.