---
title: PaymentCredentialStatus
framework: applepayontheweb
role: symbol
role_heading: Enumeration
path: applepayontheweb/paymentcredentialstatus
---

# PaymentCredentialStatus

Information about whether the device supports Apple Pay and the possible payment credentials the person has provisioned in Wallet.

## Declaration

```data
enum PaymentCredentialStatus
```

## Overview

Overview The following are possible return values:

## Topics

### Enumeration Cases

- [applePayUnsupported](applepayontheweb/paymentcredentialstatus/applepayunsupported.md)
- [paymentCredentialStatusUnknown](applepayontheweb/paymentcredentialstatus/paymentcredentialstatusunknown.md)
- [paymentCredentialsAvailable](applepayontheweb/paymentcredentialstatus/paymentcredentialsavailable.md)
- [paymentCredentialsUnavailable](applepayontheweb/paymentcredentialstatus/paymentcredentialsunavailable.md)

## See Also

### Apple Pay availability

- [Checking for Apple Pay availability](applepayontheweb/checking-for-apple-pay-availability.md)
- [canMakePayments](applepayontheweb/applepaysession/canmakepayments.md)
- [applePayCapabilities](applepayontheweb/applepaysession/applepaycapabilities.md)
- [canMakePaymentsWithActiveCard](applepayontheweb/applepaysession/canmakepaymentswithactivecard.md)
- [PaymentCredentialStatusResponse](applepayontheweb/paymentcredentialstatusresponse.md)
