<!--
{
  "availability" : [
    "iOS: 8.0.0 -",
    "iPadOS: 8.0.0 -",
    "macCatalyst: 13.1.0 -",
    "macOS: 11.0.0 -",
    "visionOS: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "PassKit",
  "identifier" : "/documentation/PassKit/PKPaymentAuthorizationViewController",
  "metadataVersion" : "0.1.0",
  "role" : "Class",
  "symbol" : {
    "kind" : "Class",
    "modules" : [
      "PassKit (Apple Pay and Wallet)"
    ],
    "preciseIdentifier" : "c:objc(cs)PKPaymentAuthorizationViewController"
  },
  "title" : "PKPaymentAuthorizationViewController"
}
-->

# PKPaymentAuthorizationViewController

An object that presents a sheet that prompts the user to authorize a payment request.

```
class PKPaymentAuthorizationViewController
```

## Overview

After the user authorizes the payment request for a transaction, the delegate is called with a payment token used to authorize the transaction’s payment.

## Topics

### Determining whether the user can make payments

[`canMakePayments()`](/documentation/PassKit/PKPaymentAuthorizationViewController/canMakePayments())

Returns whether the user can make payments.

[`canMakePayments(usingNetworks:)`](/documentation/PassKit/PKPaymentAuthorizationViewController/canMakePayments(usingNetworks:))

Returns whether the user can make payments through the specified network.

[`canMakePayments(usingNetworks:capabilities:)`](/documentation/PassKit/PKPaymentAuthorizationViewController/canMakePayments(usingNetworks:capabilities:))

Returns whether the user can make payments using a card from the specified network with the specified capabilities.

[`supportsDisbursements()`](/documentation/PassKit/PKPaymentAuthorizationViewController/supportsDisbursements())

Returns a Boolean value that indicates whether this device can process disbursement requests.

[`supportsDisbursements(using:)`](/documentation/PassKit/PKPaymentAuthorizationViewController/supportsDisbursements(using:))

Returns a Boolean value that indicates whether this device can process disbursement requests using the specified payment networks.

[`supportsDisbursements(using:capabilities:)`](/documentation/PassKit/PKPaymentAuthorizationViewController/supportsDisbursements(using:capabilities:))

Returns a Boolean value that indicates whether this device can process disbursement requests using the specified payment networks and merchant capabilities.

### Handling user interactions

[`delegate`](/documentation/PassKit/PKPaymentAuthorizationViewController/delegate)

The view controller’s delegate.

[`PKPaymentAuthorizationViewControllerDelegate`](/documentation/PassKit/PKPaymentAuthorizationViewControllerDelegate)

Methods that let you respond to user interactions with your payment authorization view controller.

### Creating a payment authorization view controller

[`init(paymentRequest:)`](/documentation/PassKit/PKPaymentAuthorizationViewController/init(paymentRequest:))

Initializes and returns a payment authorization view controller.

[`init(disbursementRequest:)`](/documentation/PassKit/PKPaymentAuthorizationViewController/init(disbursementRequest:))

Initializes and returns a new payment authorization view controller with the provided disbursement request.



---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)