<!--
{
  "availability" : [

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

# ApplePayPaymentMethod

A dictionary that describes an Apple Pay payment method.

```
dictionary ApplePayPaymentMethod {
	DOMString displayName;
	DOMString network;
	ApplePayPaymentMethodType type;
	ApplePayPaymentPass paymentPass;
	ApplePayPaymentContact billingContact;
};
```

## Topics

### Accessing payment method data

[`displayName`](/documentation/ApplePayontheWeb/ApplePayPaymentMethod/displayName)

A string, suitable for display, that describes the card.

[`network`](/documentation/ApplePayontheWeb/ApplePayPaymentMethod/network)

A string, suitable for display, that is the name of the payment network backing the card.

[`type`](/documentation/ApplePayontheWeb/ApplePayPaymentMethod/type)

A string value representing the card’s type of payment.

[`paymentPass`](/documentation/ApplePayontheWeb/ApplePayPaymentMethod/paymentPass)

The payment pass object currently selected to complete the payment.

[`billingContact`](/documentation/ApplePayontheWeb/ApplePayPaymentMethod/billingContact)

The billing contact associated with the card.



---

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)