forked from w3c/payment-method-basic-card
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
75 lines (75 loc) · 2.1 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
<!DOCTYPE html>
<html>
<head>
<title>
Payment Method: Basic Card
</title>
<meta charset="utf-8">
<script src="https://www.w3.org/Tools/respec/respec-w3c" async class=
"remove"></script>
<script class="remove">
const respecConfig = {
editors: [
{
name: "Ian Jacobs",
url: "http://www.w3.org/People/Jacobs/",
company: "W3C",
companyURL: "https://www.w3.org/",
w3cid: 2175,
},
],
formerEditors: [
{
name: "Marcos Cáceres",
company: "W3C",
w3cid: 39125,
},
{
name: "Domenic Denicola",
company: "Google",
w3cid: 52873,
},
{
name: "Adrian Bateman",
company: "Microsoft Corporation",
w3cid: 42763,
},
{
name: "Zach Koch",
company: "Google",
w3cid: 76588,
},
{
name: "Roy McElmurry",
company: "Facebook",
w3cid: 88345,
},
],
shortName: "payment-method-basic-card",
github: "w3c/payment-method-basic-card",
noRecTrack: true,
previousMaturity: "FPWD-NOTE",
specStatus: "ED",
group: "payments",
xref: "web-platform",
};
</script>
</head>
<body data-cite="payment-method-id payment-request">
<section id="abstract">
<p>
This specification describes data structures and formats, and a simple
processing model, to facilitate card-based payments on the Web. It is
used by other specifications to facilitate monetary transactions with a
"basic-card", such as credit, debit, or prepaid card.
</p>
</section>
<section id="sotd">
<p>
<strong>The <a href="https://www.w3.org/Payments/WG/">Web Payments
Working Group</a> has discontinued work on this document. See the
<a href="@@">Working Group decision</a> for more information.</strong>
</p>
</section>
</body>
</html>