cyclos.txt (883B)
1 # Payto Payment Target Type for Cyclos account 2 3 ## Target Type "cyclos" 4 5 Name: cyclos 6 7 Description: Cyclos Account ID 8 9 The path consists of two components: The network address and the account ID. 10 11 This is used to uniquely identify both the Cyclos network and the account in the network. 12 13 Syntax: 14 15 payto-cyclos-URI = "payto://cyclos/" host ["/" fpath] "/" account-id [ "?" opts ] 16 17 'host' and 'fpath' is defined in 18 [Section 5 of RFC 1738](https://tools.ietf.org/html/rfc1738#section-5). 19 20 'opts' is defined in 21 [Section 2 of RFC 8905](https://tools.ietf.org/html/rfc8905#section-2). 22 23 24 Examples: 25 26 payto://cyclos/demo.cyclos.org/31000163100000000 27 payto://cyclos/communities.cyclos.org/utrecht/31000163100000000 28 29 Contact: <mailto:antoine@taler.net> 30 31 32 Normative References 33 34 * [RFC 8905] The 'payto' URI Scheme for Payments 35 <https://tools.ietf.org/html/rfc8905>