demo · v135

Hint a push payment with one tag

<link rel="facilitated-payment"> tells the browser to notify registered payment clients about a pending push payment. The demo lets you build a real link element, injects it into the head, and surfaces what the browser sees.

Hint-only The browser only notifies registered payment clients (usually a payment app on Android with a service worker handler). On desktop you'll mostly see the link installed but no client to dispatch to.
link[rel]: tokens supported

installed markup

none

browser reads link.relList

the code

<link
  rel="facilitated-payment"
  href="upi://pay?pa=alice@upi&am=29.50"
>

see also