aboutsummaryrefslogtreecommitdiff
path: root/payto-payment-target-types/registry.rec
blob: 2489bfbb826c91e704b20c1a2b05a25a5e3d703c (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
# -*- 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

Name: bic

Name: iban

Name: upi

Name: bitcoin

Name: ilp

Name: void
Reference: N/A