This repository has been archived by the owner on Mar 8, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 17
/
payid-discovery.txt
784 lines (482 loc) · 25.7 KB
/
payid-discovery.txt
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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
Network Working Group D. Fuelling
Internet-Draft Ripple
Intended status: Standards Track July 17, 2020
Expires: January 18, 2021
PayID Discovery
draft-fuelling-payid-discovery-01
Abstract
This specification defines the PayID Discovery protocol, which can be
used to discover information about a 'payid' URI using standard HTTP
methods.
The primary use-case of this protocol is to define how to transform a
PayID URI into a URL that can be used with other protocols.
Feedback
This specification is a draft proposal, and is part of the PayID
Protocol [1] initiative. Feedback related to this document should be
sent in the form of a Github issue at: https://github.com/payid-
org/rfcs/issues.
Status of This Memo
This Internet-Draft is submitted in full conformance with the
provisions of BCP 78 and BCP 79.
Internet-Drafts are working documents of the Internet Engineering
Task Force (IETF). Note that other groups may also distribute
working documents as Internet-Drafts. The list of current Internet-
Drafts is at https://datatracker.ietf.org/drafts/current/.
Internet-Drafts are draft documents valid for a maximum of six months
and may be updated, replaced, or obsoleted by other documents at any
time. It is inappropriate to use Internet-Drafts as reference
material or to cite them other than as "work in progress."
This Internet-Draft will expire on January 18, 2021.
Copyright Notice
Copyright (c) 2020 IETF Trust and the persons identified as the
document authors. All rights reserved.
Fuelling Expires January 18, 2021 [Page 1]
Internet-Draft PayID Discovery July 2020
This document is subject to BCP 78 and the IETF Trust's Legal
Provisions Relating to IETF Documents
(https://trustee.ietf.org/license-info) in effect on the date of
publication of this document. Please review these documents
carefully, as they describe your rights and restrictions with respect
to this document. Code Components extracted from this document must
include Simplified BSD License text as described in Section 4.e of
the Trust Legal Provisions and are provided without warranty as
described in the Simplified BSD License.
Table of Contents
1. Introduction . . . . . . . . . . . . . . . . . . . . . . . . 2
2. Terminology . . . . . . . . . . . . . . . . . . . . . . . . . 4
3. Example Usage . . . . . . . . . . . . . . . . . . . . . . . . 4
3.1. PayID Discovery by a Wallet . . . . . . . . . . . . . . . 4
3.2. PayID Discovery with Default Template . . . . . . . . . . 5
4. PayID Discovery Protocol . . . . . . . . . . . . . . . . . . 5
4.1. Interactive Mode . . . . . . . . . . . . . . . . . . . . 6
4.1.1. Step 1: Assemble PayID Discovery URL . . . . . . . . 7
4.1.2. Step 2: Query PayID Discovery URL . . . . . . . . . . 8
4.1.3. Step 3: Parse PayID Metadata . . . . . . . . . . . . 8
4.1.4. Step 4: Assemble PayID URL . . . . . . . . . . . . . 8
4.2. Fallback Mode . . . . . . . . . . . . . . . . . . . . . . 10
4.2.1. Fallback Assembly Flow . . . . . . . . . . . . . . . 10
5. PayID Discovery JRDs . . . . . . . . . . . . . . . . . . . . 10
5.1. JRD for PayID Discovery URL . . . . . . . . . . . . . . . 11
5.2. JRD for PayID URI Template . . . . . . . . . . . . . . . 11
6. Security Considerations . . . . . . . . . . . . . . . . . . . 11
6.1. Hosted PayID Discovery Services . . . . . . . . . . . . . 12
6.2. Cross-Origin Resource Sharing (CORS) . . . . . . . . . . 12
6.3. Access Control . . . . . . . . . . . . . . . . . . . . . 12
7. IANA Considerations . . . . . . . . . . . . . . . . . . . . . 12
7.1. New Link Relation Types . . . . . . . . . . . . . . . . . 12
7.1.1. PayID Discovery URL . . . . . . . . . . . . . . . . . 12
7.1.2. PayID Discovery URI Template . . . . . . . . . . . . 12
8. Acknowledgments . . . . . . . . . . . . . . . . . . . . . . . 13
9. References . . . . . . . . . . . . . . . . . . . . . . . . . 13
9.1. Normative References . . . . . . . . . . . . . . . . . . 13
9.2. Informative References . . . . . . . . . . . . . . . . . 14
9.3. URIs . . . . . . . . . . . . . . . . . . . . . . . . . . 14
Author's Address . . . . . . . . . . . . . . . . . . . . . . . . 14
1. Introduction
PayID Discovery is used to transform a PayID URI [PAYID-URI] into a
URL (defined below as a PayID Discovery URL) that can then be used by
Fuelling Expires January 18, 2021 [Page 2]
Internet-Draft PayID Discovery July 2020
higher-order protocols to discover metadata about a PayID-enabled
service provider.
This document specifies two modes of PayID discovery: one using
Webfinger [RFC7033] to resolve a corresponding PayID Discovery URL
from a PayID using an interactive protocol. The second mode uses a
manual mechanism to assemble a PayID Discovery URL from a PayID by-
hand.
In 'interactive' mode, a PayID can be presented to a Webfinger-
enabled service endpoint that supports PayID Discovery. The resource
returns a Webfinger-compliant JavaScript Object Notation (JSON)
[RFC4627] object that can be used to perform PayID Discovery as
defined in section 4.1 of this document.
As an alternative, "manual" mode MAY be used to decompose a PayID
into a URL, without any intermediate server interaction by simply
transposing portions of a PayID URI into a URL format. This
procedure is defined in section 4.2 of this document.
It should be noted that "manual" mode does not allow divergence
between the string characters in a PayID URI and any corresponding
PayID URL. Interactive mode, on the other hand, does allow such
divergence, and is thus more powerful. For example, in manual mode,
the PayID 'alice$example.com' MUST always map to the URL
'https://example.com/alice', whereas in interactive mode that same
PayID URI can map to any arbitrary URL structure determined by the
service provider, such as 'https://example.com/users/alice'.
Information returned via PayID Discovery might be used for direct
human consumption (e.g., looking up someone's Bitcoin address), or it
might be used by systems to help carry out some operation (e.g.,
facilitating, with additional security mechanisms, protocols to
support compliance or other legal requirements necessary to
facilitate a payment).
The information returned via this protocol is intended to be static
in nature. As such, PayID Discovery is not intended to be used to
return dynamic information like a payment account balance or the
current status of a payment account.
PayID Discovery is designed to be used across many applications. Use
of PayID Discovery is illustrated in the examples in Section 3 and
described more formally in Section 4.
Fuelling Expires January 18, 2021 [Page 3]
Internet-Draft PayID Discovery July 2020
2. Terminology
The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT",
"SHOULD", "SHOULD NOT", "RECOMMENDED", "NOT RECOMMENDED", "MAY", and
"OPTIONAL" in this document are to be interpreted as described in
[RFC2119].
3. Example Usage
This section shows sample uses of PayID Discovery in several
hypothetical scenarios.
3.1. PayID Discovery by a Wallet
Imagine Alice wishes to send a friend some XRP from a web-based
wallet provider that Alice has an account on. Alice would log-in to
the wallet provider and enter Bob's PayID (say,
"bob$receiver.example.com") into the wallet UI to start the payment.
The Wallet application would first perform a WebFinger query looking
for the PayID Discovery service provider, like this:
GET /.well-known/webfinger?
resource=payid%3Abob%24receiver.example.com
HTTP/1.1
Host: receiver.example.com
The server might respond like this:
HTTP/1.1 200 OK
Access-Control-Allow-Origin: *
Content-Type: application/jrd+json
{
"subject" : "payid:bob$receiver.example.com",
"links" :
[
{
"rel": "https://payid.org/ns/payid-uri-template/1.0",
"template": "https://receiver.example.com/users/{acctpart}"
}
]
}
Alice's wallet then uses the URL template found in the "template"
property to assemble the specified PayId URL,
"https://receiver.example.com/users/bob".
Fuelling Expires January 18, 2021 [Page 4]
Internet-Draft PayID Discovery July 2020
Per [RFC7033], Webfinger requests can be filtered by using a "rel"
parameter in the Webfinger request. Because support for the "rel"
parameter is not required nor guaranteed, the client must not assume
the "links" array will contain only the link relations related to
PayID Discovery.
3.2. PayID Discovery with Default Template
Imagine Alice, as in the example above, wants to send a friend some
XRP from a web-based wallet provider that Alice has an account on.
However, in this example, let's assume that the PayID Alice is
wanting to pay doesn't support "interactive" PayID discovery (i.e.,
the receiver's server doesn't support Webfinger).
Alice would log-in to her wallet provider and enter Bob's PayID (say
"bob$receiver.example.com") to make a payment.
The Wallet application would first attempt a WebFinger query as in
the example above, like this:
GET /.well-known/webfinger?
resource=payid%3Abob%24receiver.example.com&
HTTP/1.1
Host: receiver.example.com
However, in this case the "receiver.example.com" server doesn't
support "interactive" PayID Discovery, so the server responds like
this:
HTTP/1.1 404 NOT FOUND
Because Alice's Wallet can utilize "manual" PayID Discovery, the
wallet software merely transforms "bob$receiever.example.com" into
the URL "https://receiver.example.com/bob". Alice's wallet then uses
that URL to continue making a PayID payment.
It should be noted that "manual" mode does not allow the PayID URI to
diverge from the underlying URL returned via PayID Discovery.
Because of this, "interactive" PayID Discovery is generally
preferred.
4. PayID Discovery Protocol
The PayID Discovery protocol is used to request information about an
entity identified by a PayID URI.
When successful, PayID Discovery always yields a PayID URL, which is
a URI as defined by [RFC3986] using the 'https' scheme defined in
Fuelling Expires January 18, 2021 [Page 5]
Internet-Draft PayID Discovery July 2020
section 2.7.2 [RFC7230]. A PayID URL can be used for any purposes
outside the scope of this document.
PayID Discovery is performed using one of two modes: "interactive" or
"manual." Clients MUST attempt "interactive" mode first. If that
mode fails to yield a PayID URL, then "manual" mode MAY be used as an
alternative discovery mechanism.
4.1. Interactive Mode
Interactive PayID Discovery is broken up into a series of steps, each
of which is defined in more detail below. The following is a visual
representation of the protocol flow:
Fuelling Expires January 18, 2021 [Page 6]
Internet-Draft PayID Discovery July 2020
+--------------------------+
| PayID URI |
| alice$example.com |
+--------------------------+
|
v
+--------------------------+
| Assemble |
| PayID Discovery URL |
+--------------------------+
|
v
+--------------------------+
| Query |
+-----| PayID Discovery URL |-----+
| +--------------------------+ |
| Success
| |
| v
| +---------------------------+
Failure | Parse PayID Metadata |
| +---------------------------+
| |
| v
| +---------------------------+
| | Select PayID URI Template |
| +---------------------------+
| |
v v
+--------------------------+ +---------------------------+
| Manual PayID Discovery | | Assemble PayID URL |
+--------------------------+ +---------------------------+
| |
+---------------------+----------------+
|
v
+---------------------------+
| PayID URL |
| https://example.com/alice |
+---------------------------+
4.1.1. Step 1: Assemble PayID Discovery URL
PayID Discovery utilizes the Webfinger [RFC7033] specification in a
narrowly defined profile.
Fuelling Expires January 18, 2021 [Page 7]
Internet-Draft PayID Discovery July 2020
This document defines a PayID Discovery URL as being a Webfinger
resource URI where the specified resource value is a valid PayID URI
[PAYID-URI].
For example, the PayID Discovery URL for alice$example.com is
https://example.com/.well-known/webfinger?
resource=payid%3Aalice%24example.com
4.1.2. Step 2: Query PayID Discovery URL
A Webfinger query MUST be performed against the PayID Discovery URL,
as described in section 4.2 of Webfinger.
In response, the WebFinger resource returns a JSON Resource
Descriptor (JRD) as the resource representation to convey information
about the requested PayID.
If the Webfinger endpoint returns a non-200 HTTP response status
code, then interactive PayID Discovery is considered to have failed.
Clients MAY attempt to assemble a PayID URL using "manual" mode as
defined in section 4.2.1 of this document.
4.1.3. Step 3: Parse PayID Metadata
If the PayID Discovery server returns a valid response, the response
will contain one or more of the JRDs defined in section 5 of this
document.
If any of the JRDs contain a 'rel' value that represents a PayID URL
Template, then that template value MUST be used in the next protocol
step.
Failing the above, if the 'rel' value of any JRDs represents a PayID
Discovery URL, then that URL MUST be used in step 2 above, repeated
recursively if needed, until a valid PayID URI Template is obtained.
That URI Template value MUST be used in the next protocol step.
4.1.4. Step 4: Assemble PayID URL
A PayID URL is constructed by applying the PayID URI to the PayID URI
Template string obtained in the step above. The PayID URI template
MAY contain a URI string without any variables to represent a host-
level PayID URL that is identical for every PayID URI on a particular
host.
For example, a PayID Discovery endpoint that only supports a single
account might use a URI template string with no variables, like this:
Fuelling Expires January 18, 2021 [Page 8]
Internet-Draft PayID Discovery July 2020
{
"rel": "https://payid.org/ns/payid-uri-template/1.0",
"template": "https://example.com/alice"
}
The result of this step is the PayID URL. Once obtained, PayID
Discovery is considered to have completed successfully.
4.1.4.1. Template Syntax
This specification defines a simple template syntax for PayID URI
transformation. A template is a string containing brace-enclosed
("{}") variable names marking the parts of the string that are to be
substituted by the corresponding variable values.
This specification defines a one variable - "acctpart" - which
corresponds to the 'acctpart' of a PayID URI as defined in
[PAYID-URI].
When substituting the 'acctpart' value into a URI 'path' as defined
by [RFC3986], values MUST NOT be percent or otherwise encoded because
the 'acctpart' value of a PayID URI always conforms to the character
set allowed by paths in [RFC3986].
However, before substituting template variables into a URI 'query'
part, values MUST be encoded using UTF-8, and any character other
than unreserved (as defined by [RFC3986]) MUST be percent-encoded per
[RFC3986].
Protocols MAY define additional variables and syntax rules, but MUST
NOT change the meaning of the 'acctpart' variable. If a client is
unable to successfully process a template (e.g., unknown variable
names, unknown or incompatible syntax), the JRD SHOULD be ignored.
The template syntax ABNF is as follows:
uri-char = ( reserved / unreserved / pct-encoded )
var-char = ALPHA / DIGIT / "." / "_"
var-name = %x61.63.63.74.70.61.72.74 / ( 1*var-char ) ; "acctpart" or
other names
variable = "{" var-name "}"
PAYID-URI-Template = *( uri-char / variable )
For example:
Input: alice$example.org
Template: https://example.org/{acctpart}
Output: https://example.org/alice
Fuelling Expires January 18, 2021 [Page 9]
Internet-Draft PayID Discovery July 2020
4.2. Fallback Mode
If "Interactive" mode is not supported or otherwise fails to yield a
PayID URL, then a PayID URL MAY be assembled manually using the
following predefined ruleset:
1. Decompose the PayID URI into its component parts, per
[PAYID-URI], capturing the 'acctpart' and 'host' values.
2. Using the 'acctpart' and 'host', assemble a URL by substituting
each value into the following string using no special encoding or
other character adjustments: "https://{host}/{acctpart}".
For example:
Input: bob.primary$example.org
Output: https://example.org/bob.primary
The resulting URL is a PayID URL.
4.2.1. Fallback Assembly Flow
The following is a visual representation of the Fallback Assembly
protocol flow:
+--------------------------+
| PayID URI |
| alice$example.com |
+--------------------------+
|
v
+--------------------------+
|Manual PayID URL Assembly |
+--------------------------+
|
v
+---------------------------+
| PayID URL |
| https://example.com/alice |
+---------------------------+
5. PayID Discovery JRDs
This document defines two JRDs that conform to section 4.4 of the
Webfinger RFC.
Fuelling Expires January 18, 2021 [Page 10]
Internet-Draft PayID Discovery July 2020
5.1. JRD for PayID Discovery URL
This type of JRD can be used to represent a URL that is a PayID
Discovery URL. This is useful for delegating PayID Discovery to
another service endpoint:
o 'rel': "https://payid.org/ns/payid-discovery-url/1.0"
o 'href': A PayID Discovery URL that clients can dereference to
perform interactive PayID Discovery.
The following is an example of a JRD that indicates a PayID Discovery
URL:
{
"rel": "https://payid.org/ns/payid-discovery-url/1.0",
"href": "https://delegate.example.com/.well-known/webfinger?resource=
payid%3Aalice%24example.com"
}
5.2. JRD for PayID URI Template
This type of JRD can be used to represent a URL that is a PayID URL
Template.
o 'rel': "https://payid.org/ns/payid-uri-template/1.0"
o 'template': A PayID URI Template
The following is an example of a JRD that indicates a PayID URI
Template:
{
"rel": "https://payid.org/ns/payid-uri-template/1.0",
"template": "https://example.com/{acctpart}"
}
6. Security Considerations
Various security considerations should be taken into account for
PayID Discovery.
Among other resource, consult section 9 of [RFC7033] and section 7 of
[RFC3986] for important security considerations involved in PayID
Discovery.
Fuelling Expires January 18, 2021 [Page 11]
Internet-Draft PayID Discovery July 2020
6.1. Hosted PayID Discovery Services
As with most services provided on the Internet, it is possible for a
domain owner to utilize "hosted" WebFinger services. Consult section
7 of [RFC7033] for considerations that could apply to both "manual"
and "interactive" PayID Discovery when hosted by a third-party.
6.2. Cross-Origin Resource Sharing (CORS)
PayID Discovery resources might not be accessible from a web browser
due to "Same-Origin" policies. See section 5 of [RFC7033] for CORS
considerations that apply to both "manual" and "interactive" PayID
Discovery modes.
6.3. Access Control
As with all web resources, access to the PayID Discovery resource
could require authentication. See section 6 of [RFC7033] for Access
Control considerations that could apply to both "manual" and
"interactive" PayID Discovery modes.
7. IANA Considerations
7.1. New Link Relation Types
This document defines the following Link relation types per
[RFC7033]. See section 3 for examples of each type of Link.
7.1.1. PayID Discovery URL
o Relation Type ('rel'): "https://payid.org/ns/payid-discovery-
url/1.0"
o Media Type: "application/jrd+json"
o Description: PayID Discovery URL, version 1.0
7.1.2. PayID Discovery URI Template
o Relation Type ('rel'): "https://payid.org/ns/payid-uri-
template/1.0"
o Media Type: "application/jrd+json"
o Description: PayID Discovery URI Template, version 1.0
Fuelling Expires January 18, 2021 [Page 12]
Internet-Draft PayID Discovery July 2020
8. Acknowledgments
This document was heavily influenced by, and builds upon, Webfinger
[RFC7033] (adapted for a payments use-case) as well as the supporting
RFCs that it relies upon and that influenced it, especially [RFC5988]
and [RFC6415]. The author would like to acknowledge the
contributions of everyone who worked on those and any related
specifications.
In addition, the author would like to acknowledge everyone who
provided feedback and use-cases for this derivative specification.
9. References
9.1. Normative References
[PAYID-URI]
Fuelling, D., "The 'payid' URI Scheme", n.d.,
<https://tbd.example.com/>.
[RFC2119] Bradner, S., "Key words for use in RFCs to Indicate
Requirement Levels", BCP 14, RFC 2119,
DOI 10.17487/RFC2119, March 1997,
<https://www.rfc-editor.org/info/rfc2119>.
[RFC3986] Berners-Lee, T., Fielding, R., and L. Masinter, "Uniform
Resource Identifier (URI): Generic Syntax", STD 66,
RFC 3986, DOI 10.17487/RFC3986, January 2005,
<https://www.rfc-editor.org/info/rfc3986>.
[RFC4627] Crockford, D., "The application/json Media Type for
JavaScript Object Notation (JSON)", RFC 4627,
DOI 10.17487/RFC4627, July 2006,
<https://www.rfc-editor.org/info/rfc4627>.
[RFC6570] Gregorio, J., Fielding, R., Hadley, M., Nottingham, M.,
and D. Orchard, "URI Template", RFC 6570,
DOI 10.17487/RFC6570, March 2012,
<https://www.rfc-editor.org/info/rfc6570>.
[RFC7033] Jones, P., Salgueiro, G., Jones, M., and J. Smarr,
"WebFinger", RFC 7033, DOI 10.17487/RFC7033, September
2013, <https://www.rfc-editor.org/info/rfc7033>.
[RFC7230] Fielding, R., Ed. and J. Reschke, Ed., "Hypertext Transfer
Protocol (HTTP/1.1): Message Syntax and Routing",
RFC 7230, DOI 10.17487/RFC7230, June 2014,
<https://www.rfc-editor.org/info/rfc7230>.
Fuelling Expires January 18, 2021 [Page 13]
Internet-Draft PayID Discovery July 2020
9.2. Informative References
[RFC5988] Nottingham, M., "Web Linking", RFC 5988,
DOI 10.17487/RFC5988, October 2010,
<https://www.rfc-editor.org/info/rfc5988>.
[RFC6415] Hammer-Lahav, E., Ed. and B. Cook, "Web Host Metadata",
RFC 6415, DOI 10.17487/RFC6415, October 2011,
<https://www.rfc-editor.org/info/rfc6415>.
9.3. URIs
[1] https://payid.org/
Author's Address
David Fuelling
Ripple
315 Montgomery Street
San Francisco, CA 94104
US
Fuelling Expires January 18, 2021 [Page 14]