---
title: currencyCode
framework: applepayontheweb
role: symbol
role_heading: Instance Property
path: applepayontheweb/applepaypaymentrequest/currencycode
---

# currencyCode

The three-letter ISO 4217 currency code for the payment.

## Declaration

```data
required DOMString currencyCode;
```

## Discussion

Discussion Set this property to the three-letter code for the currency used by this payment request. Apple Pay interprets the amounts provided in the summary items of this request as amounts in this currency. The currency code is validated.

## See Also

### Working with transaction information

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