---
title: canMakePayments()
framework: storekit
role: symbol
role_heading: Type Method
path: storekit/skpaymentqueue/canmakepayments()
---

# canMakePayments()

A method that indicates whether the person can make purchases.

## Declaration

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

## Discussion

Discussion The Boolean value that this method returns is identical to the value of the type property canMakePayments in the AppStore object. For more information about using and interpreting this value, see the type property page canMakePayments.
