<!--
{
  "availability" : [
    "iOS: 3.0.0 - 18.0.0",
    "iPadOS: 3.0.0 - 18.0.0",
    "macCatalyst: 13.1.0 - 18.0.0",
    "macOS: 10.7.0 - 15.0.0",
    "tvOS: 9.0.0 - 18.0.0",
    "visionOS: 1.0.0 - 2.0.0",
    "watchOS: 6.2.0 - 11.0.0"
  ],
  "documentType" : "symbol",
  "framework" : "StoreKit",
  "identifier" : "/documentation/StoreKit/SKPaymentQueue/canMakePayments()",
  "metadataVersion" : "0.1.0",
  "role" : "Type Method",
  "symbol" : {
    "kind" : "Type Method",
    "modules" : [
      "StoreKit"
    ],
    "preciseIdentifier" : "c:objc(cs)SKPaymentQueue(cm)canMakePayments"
  },
  "title" : "canMakePayments()"
}
-->

# canMakePayments()

A method that indicates whether the person can make purchases.

```
class func canMakePayments() -> Bool
```

## Discussion

The Boolean value that this method returns is identical to the value of the type property [`canMakePayments`](/documentation/StoreKit/AppStore/canMakePayments) in the [`AppStore`](/documentation/StoreKit/AppStore) object. For more information about using and interpreting this value, see the type property page [`canMakePayments`](/documentation/StoreKit/AppStore/canMakePayments).

---

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)