Contents

INRequestPaymentIntentResponse

Your app’s response to a request payment intent.

Declaration

class INRequestPaymentIntentResponse

Overview

Use an INRequestPaymentIntentResponse object to specify the details of a payment request that you make. 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 INRequestPaymentIntentResponse object in the confirm(intent:completion:) and handle(intent:completion:) methods of your handler object. For more information about implementing your handler object, see INRequestPaymentIntentHandling.

Topics

Initializing the Response Object

Getting the Response Code

Accessing the Response Data

See Also

Request a Payment