aboutsummaryrefslogtreecommitdiff
path: root/payto-payment-target-types/registry.rec
blob: f91ab9cab00791e8f33d600261a924f5a8920853 (plain) (blame)
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
# -*- mode: rec -*-
#
# Registry for payment target types
#
# TODO: reference payto:// RFC for 'void' once the RFC has been published
#

%rec: PaymentTargetType
%typedef: Name_t regexp /^[abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789_-][abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789_-]*$/
%type: Name Name_t
%key: Name
%allowed: Contact
%allowed: Reference
%sort: Name Contact Reference

Name: ach
Reference: RFC 8905

Name: bic
Reference: RFC 8905

Name: iban
Reference: RFC 8905

Name: upi
Reference: RFC 8905

Name: bitcoin
Reference: RFC 8905

Name: ilp
Reference: RFC 8905

Name: void
Reference: RFC 8905

Name: ldap
Reference: ldap.txt
Contact: ietf@pep.security