---
title: countryCode
framework: applepayontheweb
role: symbol
role_heading: Instance Property
path: applepayontheweb/applepayrequest/countrycode
---

# countryCode

The merchant’s two-letter ISO 3166 country code.

## Declaration

```data
required DOMString countryCode;
```

## Discussion

Discussion Set this property to the two-letter ISO 3166 code for the country or region of the merchant’s principle place of business. This is often the location for settling the payment. Consult with your payment service provider (PSP) to determine the appropriate country code. Apple Pay may use the countryCode to generate payment data that complies with local regulations. For more information on regional compliance, see Complying with regional regulations.

## See Also

### Transaction information

- [merchantCapabilities](applepayontheweb/applepayrequest/merchantcapabilities.md)
- [supportedNetworks](applepayontheweb/applepayrequest/supportednetworks.md)
- [supportedCountries](applepayontheweb/applepayrequest/supportedcountries.md)
