---
title: pricingCurrency
framework: externalpurchaseserverapi
role: symbol
role_heading: Type
path: externalpurchaseserverapi/pricingcurrency
---

# pricingCurrency

The currency used in the transaction to bill or refund the customer.

## Declaration

```data
string pricingCurrency
```

## Discussion

Discussion Maximum length: 128. Use a three-letter ISO 4217 currency code to specify the currency. The pricingCurrency is the currency used in the transaction to charge or refund the customer. The pricing currency affects your reporting currency, reportingCurrency, which you use to report all amount values. The currencies Apple supports are listed as allowed values on the reportingCurrency page. important: If your pricingCurrency isn’t a currency that Apple supports, you must use EUR or USD as the reportingCurrency.

## See Also

### Specifying amounts and currency

- [amountTaxExclusive](externalpurchaseserverapi/amounttaxexclusive.md)
- [amountTaxInclusive](externalpurchaseserverapi/amounttaxinclusive.md)
- [netAmountTaxExclusive](externalpurchaseserverapi/netamounttaxexclusive.md)
- [taxAmount](externalpurchaseserverapi/taxamount.md)
- [taxCountry](externalpurchaseserverapi/taxcountry.md)
- [reportingCurrency](externalpurchaseserverapi/reportingcurrency.md)
- [exchangeRate](externalpurchaseserverapi/exchangerate.md)
