diff --git a/index.html b/index.html index 176a2f5e..6171805c 100644 --- a/index.html +++ b/index.html @@ -4778,6 +4778,19 @@

consent.

+
+

+ canMakePayment() protections +

+

+ The canMakePayment() method enables the payee to call + show() if the user is ready to take advantage of the API, or + to fall back to a legacy checkout experience if not. Because this + method shares some information with the payee, user agents are + expected to protect the user from abuse of the method, for example, + by restricting the number or frequency of calls. +

+