Back to Content

Permissions-Policy: payment directive

files/en-us/web/http/reference/headers/permissions-policy/payment/index.md

latest998 B
Original Source

{{SeeCompatTable}}

The HTTP {{HTTPHeader("Permissions-Policy")}} header field's payment directive controls whether the current document is allowed to use the Payment Request API.

Specifically, where a defined policy blocks use of this feature, {{DOMxRef("PaymentRequest.PaymentRequest", "PaymentRequest()")}} constructor calls will throw a {{domxref("DOMException")}} of type SecurityError.

Syntax

http
Permissions-Policy: payment=<allowlist>;
  • <allowlist>

Default policy

The default allowlist for payment is self.

Specifications

{{Specifications}}

Browser compatibility

{{Compat}}

See also