Secure context
This feature is available only in secure contexts (HTTPS), in some or all supporting browsers.
The obsolete PaymentCurrencyAmount property currencySystem is a string which specifies the standard being used to specify the currency the value is specified in. For example, the default is urn:iso:std:iso:4217, which specifies that the standard used is ISO 4217.
Warning: This property has been removed from the specification and should no longer be used; the currency is now always specified using ISO 4127.
Syntax
currencySystem = paymentCurrencyAmount.currencySystem;
Value
A DOMString which specifies the currency standard used to specify the currency in which the payment value is represented. The default, urn:iso:std:iso:4217, indicates the ISO 4217 standard.
This obsolete property was removed in the May 3, 2018 update of the Payment Request API specification.
Specifications
| Specification | Status | Comment |
|---|---|---|
| Payment Request API The definition of 'PaymentCurrencyAmount' in that specification. |
Candidate Recommendation | No longer part of the specification |
| Payment Request API The definition of 'PaymentCurrencyAmount.currencySystem' in that specification. |
Candidate Recommendation | The March 20, 2018 version of the specification; the last one to include this property |
Browser compatibility
No compatibility data found. Please contribute data for "api.PaymentCurrencySystem.currencySystem" (depth: 1) to the MDN compatibility data repository.
