From 49cc09e307dda7343fb9efcfdf30c3d85c2a33e5 Mon Sep 17 00:00:00 2001 From: Marcos Caceres Date: Mon, 24 Jul 2017 14:07:10 +1000 Subject: [PATCH] make fetching URL-PMI optional (closes #33) --- index.html | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/index.html b/index.html index b21927e..f23892f 100644 --- a/index.html +++ b/index.html @@ -162,6 +162,30 @@

"!URL#concept-url-equals">equals. [[!URL]]

+
+

+ Fetching (dereferencing) +

+

+ As URL-based payment method identifiers serve primarily as + identifiers (and not a linked resource), it is OPTIONAL for user + agents to fetch a + URL-based payment method identifier. +

+

+ The working group is in the early stages of standardizing a Payment + Manifest, which will allow developers to describe their payment + methods in a machine-processable format. We encourage developers to + experiment with Payment Manifest by placing one at the URL-based + payment method identifier's location, but caution that that + specification might change in incompatible ways during the + standardization process. If you'd like to follow along and + contribute, please subscribe to the payment-method-manifest + repository on GitHub. +

+