---
title: PaymentCredentialStatusResponse
framework: applepayontheweb
role: symbol
role_heading: Structure
path: applepayontheweb/paymentcredentialstatusresponse
---

# PaymentCredentialStatusResponse

The response for information about the device’s support for Apple Pay and the payment credential status.

## Declaration

```data
dictionary PaymentCredentialStatusResponse {
	PaymentCredentialStatus paymentCredentialStatus;
};
```

## Overview

Overview The response contains the paymentCredentialStatus of the device.

## Topics

### Payment credential status

- [paymentCredentialStatus](applepayontheweb/paymentcredentialstatusresponse/paymentcredentialstatus.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)
- [PaymentCredentialStatus](applepayontheweb/paymentcredentialstatus.md)
