<!--
{
  "availability" : [

  ],
  "documentType" : "symbol",
  "framework" : "ApplePayontheWeb",
  "identifier" : "/documentation/ApplePayontheWeb/PaymentCredentialStatusResponse",
  "metadataVersion" : "0.1.0",
  "role" : "Structure",
  "symbol" : {
    "kind" : "Structure",
    "modules" : [
      "Apple Pay on the Web"
    ],
    "preciseIdentifier" : "struct/PaymentCredentialStatusResponse"
  },
  "title" : "PaymentCredentialStatusResponse"
}
-->

# PaymentCredentialStatusResponse

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

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

## Overview

The response contains the [`paymentCredentialStatus`](/documentation/ApplePayontheWeb/PaymentCredentialStatusResponse/paymentCredentialStatus) of the device.

## Topics

### Payment credential status

[`paymentCredentialStatus`](/documentation/ApplePayontheWeb/PaymentCredentialStatusResponse/paymentCredentialStatus)

The status of the possible payment credentials that a person has provisioned in Wallet.



---

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)