Secure context
This feature is available only in secure contexts (HTTPS), in some or all supporting browsers.
The PaymentItem dictionary is used by the Payment Request API to describe a single line item on a payment request. This might be an item or service being purchased or a tax or other charge.
Properties
amountSecure context- A
PaymentCurrencyAmountobject describing the monetary value of the item. labelSecure context- A string specifying a human-readable name or description of the item or service being charged for. This may be displayed to the user by the user agent, depending on the design of the interface.
pendingSecure context- A Boolean value which is
trueif the specifiedamounthas not yet been finalized. This can be used to show items such as shipping or tax amounts that depend upon the selection of shipping address, shipping option, or so forth. The user agent may show this information but is not required to do so.
Specifications
| Specification | Status | Comment |
|---|---|---|
| Payment Request API The definition of 'PaymentItem' in that specification. |
Candidate Recommendation | Initial definition. |
Browser compatibility
The compatibility table on this page is generated from structured data. If you'd like to contribute to the data, please check out https://github.com/mdn/browser-compat-data and send us a pull request.
| Desktop | Mobile | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|
PaymentItem | Chrome
Full support
61
| Edge Full support ≤18 | Firefox
Full support
55
| IE No support No | Opera No support No | Safari ? | WebView Android No support No | Chrome Android
Full support
53
| Firefox Android
Full support
55
| Opera Android No support No | Safari iOS ? | Samsung Internet Android No support No |
amount | Chrome
Full support
61
| Edge Full support ≤18 | Firefox
Full support
55
| IE No support No | Opera No support No | Safari ? | WebView Android No support No | Chrome Android
Full support
53
| Firefox Android
Full support
55
| Opera Android No support No | Safari iOS ? | Samsung Internet Android No support No |
label | Chrome
Full support
61
| Edge Full support ≤18 | Firefox
Full support
55
| IE No support No | Opera No support No | Safari ? | WebView Android No support No | Chrome Android
Full support
53
| Firefox Android
Full support
55
| Opera Android No support No | Safari iOS ? | Samsung Internet Android No support No |
pending | Chrome
Full support
61
| Edge Full support ≤18 | Firefox
Full support
55
| IE No support No | Opera No support No | Safari ? | WebView Android No support No | Chrome Android
Full support
53
| Firefox Android
Full support
55
| Opera Android No support No | Safari iOS ? | Samsung Internet Android No support No |
Legend
- Full support
- Full support
- No support
- No support
- Compatibility unknown
- Compatibility unknown
- Experimental. Expect behavior to change in the future.
- Experimental. Expect behavior to change in the future.
- See implementation notes.
- See implementation notes.
- User must explicitly enable this feature.
- User must explicitly enable this feature.
