diff --git a/index.html b/index.html index 3e9952e..2d1dbbf 100644 --- a/index.html +++ b/index.html @@ -40,7 +40,6 @@ ], doJsonLd: true, github: "https://github.com/w3c/payment-method-basic-card/", - highlightVars: true, lint: { "check-punctuation": true }, noRecTrack: true, previousMaturity: "FPWD", @@ -50,6 +49,7 @@ wg: "Web Payments Working Group", wgPatentURI: "https://www.w3.org/2004/01/pp-impl/83744/status", wgURI: "https://www.w3.org/Payments/WG/", + xref: true, }; @@ -73,10 +73,10 @@

This specification defines the "basic-card" payment method for use, for - instance, with the Payment Request - API. With it, merchants can request the card details (card - holder name, card number, etc.) from the end user as an alternative to - collecting the same information through a [[?HTML]] form. + instance, with the . With it, + merchants can request the card details (card holder name, card + number, etc.) from the end user as an alternative to collecting the + same information through a form.

The basic card payment method provides information to merchant websites @@ -105,11 +105,11 @@

Additionally, web sites that call the Payment Request API for each transaction avoid - the friction that can result when users’ credit card numbers and/or - expiration dates are updated. From a user’s perspective, this avoids - the hassle of having to update a large number of merchant web sites any - time they are issued a new card. + "payment-request"> for each transaction avoid the friction that can + result when users’ credit card numbers and/or expiration dates are + updated. From a user’s perspective, this avoids the hassle of having to + update a large number of merchant web sites any time they are issued a + new card.

Finally, by letting the web browser determine user authentication @@ -126,9 +126,10 @@

Payment Method Identifier

- The standardized - payment method identifier for this specification is + payment method identifier (PMI) for this specification is "basic-card".

@@ -142,19 +143,20 @@

network.

- The details of a card are the primary account number (PAN), card holder's - name, security code (sometimes known as the CVV, CVC, - CVN, CVE or CID), expiry month, expiry year, and - optionally a billing address. These are represented as the - members of the BasicCardResponse dictionary. + The details of a card are the primary account + number (PAN) + [[ISO7812-1]], card holder's name, security code + (sometimes known as the CVV, CVC, CVN, CVE or CID), expiry + month, expiry year, and optionally a billing + address. These are represented as the members of the + BasicCardResponse dictionary.

A card is identified as belonging to a network via its issuer identification number [[ISO7812-1]] (e.g., those belonging to Visa start with a "4"). In an API, each network is represented by a string from the list of approved card network identifiers. + "card-network-ids">.