---
title: ApplePayPaymentMethod
framework: applepayontheweb
role: symbol
role_heading: Structure
path: applepayontheweb/applepaypaymentmethod
---

# ApplePayPaymentMethod

A dictionary that describes an Apple Pay payment method.

## Declaration

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

## Mentioned in

Apple Pay on the Web Version 10 Release Notes Setting up the payment request API to accept Apple Pay

## Topics

### Accessing payment method data

- [displayName](applepayontheweb/applepaypaymentmethod/displayname.md)
- [network](applepayontheweb/applepaypaymentmethod/network.md)
- [type](applepayontheweb/applepaypaymentmethod/type.md)
- [paymentPass](applepayontheweb/applepaypaymentmethod/paymentpass.md)
- [billingContact](applepayontheweb/applepaypaymentmethod/billingcontact.md)

## See Also

### Handling payment method updates

- [onpaymentmethodselected](applepayontheweb/applepaysession/onpaymentmethodselected.md)
- [completePaymentMethodSelection](applepayontheweb/applepaysession/completepaymentmethodselection.md)
- [ApplePayPaymentMethodUpdate](applepayontheweb/applepaypaymentmethodupdate.md)
- [ApplePayPaymentMethodSelectedEvent](applepayontheweb/applepaypaymentmethodselectedevent.md)
