---
title: supportedCountries
framework: applepayontheweb
role: symbol
role_heading: Instance Property
path: applepayontheweb/applepaypaymentrequest/supportedcountries
---

# supportedCountries

A list of two-letter country codes for limiting payment to cards from specific countries or regions.

## Declaration

```data
sequence <DOMString> supportedCountries;
```

## Mentioned in

Apple Pay on the Web Version 3 Release Notes

## Discussion

Discussion Use the list of supported countries or regions to limit payment cards to those issued in specific countries or regions. Indicate the supported countries or regions by using ISO 3166 country codes. The supportedCountries list doesn’t affect the currency for the transaction, and it applies to all payment cards in Wallet.

## See Also

### Working with transaction information

- [countryCode](applepayontheweb/applepaypaymentrequest/countrycode.md)
- [currencyCode](applepayontheweb/applepaypaymentrequest/currencycode.md)
- [merchantCapabilities](applepayontheweb/applepaypaymentrequest/merchantcapabilities.md)
- [shippingMethods](applepayontheweb/applepaypaymentrequest/shippingmethods.md)
- [shippingType](applepayontheweb/applepaypaymentrequest/shippingtype.md)
- [supportedNetworks](applepayontheweb/applepaypaymentrequest/supportednetworks.md)
- [ApplePayMerchantCapability](applepayontheweb/applepaymerchantcapability.md)
- [ApplePayShippingMethod](applepayontheweb/applepayshippingmethod.md)
- [ApplePayShippingType](applepayontheweb/applepayshippingtype.md)
