diff --git a/index.html b/index.html index e2e743e..2bc4fd9 100644 --- a/index.html +++ b/index.html @@ -72,6 +72,28 @@

standardized payment method identifier. +
+

+ Validity +

+

+ The steps to validate a payment method identifier with a + string pmi are given by the following algorithm. It + returns either true or false. +

+
    +
  1. Let url be the result of running the basic URL parser with + pmi. +
  2. +
  3. If url is failure, validate a standardized payment + method identifier with pmi and return the result. +
  4. +
  5. Otherwise, validate a URL-based payment method identifier + passing url and return the result. +
  6. +
+

@@ -194,10 +216,6 @@

the purpose of standardization, be sure that it conforms to the following regular expression: [a-z0-9-]+.

-

- User agents MUST NOT enforce validity or well-formedness of - standardized payment method identifiers. -

When used in an API, the following method identifiers are all