---
title: supportedNetworks
framework: applepayontheweb
role: symbol
role_heading: Instance Property
path: applepayontheweb/applepayrequest/supportednetworks
---

# supportedNetworks

The payment networks the merchant supports.

## Declaration

```data
required sequence <DOMString> supportedNetworks;
```

## Mentioned in

Apple Pay on the Web Version 11 Release Notes Apple Pay on the Web Version 13 Release Notes Apple Pay on the Web Version 14 Release Notes Apple Pay on the Web Version 2 Release Notes Apple Pay on the Web Version 4 Release Notes Apple Pay on the Web Version 5 Release Notes Supporting payment networks

## Discussion

Discussion Set this property to one or more of the payment network values. For a complete list of networks that Apple Pay supports and the specific Apple Pay version that introduced that network, see Supporting payment networks. To use a network introduced with a specific Apple Pay version, set the version parameter to the required version number. For the best compatibility with operating systems and browsers, select the lowest possible version number that supports your payment networks and other required features. In macOS 12.3, iOS 15.4, watchOS 8.5, and Mac Catalyst 15.4 or later, specify payment methods in the order you prefer. For example, to specify the default network to use for cobadged cards, set the first element in the array to the default network, and alternate networks afterward in the order you prefer. note: If your website supports debit networks, check for regional regulations. For more information Complying with regional regulations.

## See Also

### Transaction information

- [countryCode](applepayontheweb/applepayrequest/countrycode.md)
- [merchantCapabilities](applepayontheweb/applepayrequest/merchantcapabilities.md)
- [supportedCountries](applepayontheweb/applepayrequest/supportedcountries.md)
