Web/API/PaymentAddress/postalCode

From Get docs


The postalCode read-only property of the PaymentAddress interface returns a string containing a code used by a jurisdiction for mail routing, for example, the ZIP Code in the United States or the Postal Index Number (PIN code) in India.

Syntax

var paymentPostalCode = PaymentAddress.postalCode;

Value

A DOMString which contains the postal code portion of the address. A postal code is a string (either numeric or alphanumeric) which is used by a postal service to optimize mail routing and delivery.

Various countries use different terms for this. In most of the world, it's known as the "post code" or "postal code." In the United States, the ZIP code is used. India uses PIN codes.

Specifications

Specification Status Comment
Payment Request APIThe definition of 'PaymentAddress.postalCode' in that specification. Candidate Recommendation Initial definition.

Browser compatibility

Update compatibility data on GitHub

Desktop Mobile
Chrome Edge Firefox Internet Explorer Opera Safari Android webview Chrome for Android Firefox for Android Opera for Android Safari on iOS Samsung Internet
postalCode Chrome

Full support 60

Edge

Full support 15

Firefox No support No

Notes'

No support No

Notes'

Notes' Available only in nightly builds.

IE

No support No

Opera

Full support 47

Safari

Full support 11.1

WebView Android

No support No

Chrome Android

Full support 56

Firefox Android No support No

Notes'

No support No

Notes'

Notes' Available only in nightly builds.

Opera Android

Full support 44

Safari iOS

Full support 11.3

Samsung Internet Android

Full support Yes

Legend

Full support  
Full support
No support  
No support
See implementation notes.'
See implementation notes.


See also