Contents

paymentAuthorizationControllerWillAuthorizePayment(_:)

Tells the delegate that the user is authorizing the payment request.

Declaration

@MainActor optional func paymentAuthorizationControllerWillAuthorizePayment(_ controller: PKPaymentAuthorizationController)

Parameters

  • controller:

    The payment authorization controller.

Discussion

This method is called before the payment request is authorized but after the user has authenticated by using either a passcode, Touch ID, or Face ID.

See Also

Handling user’s payment authorization