gana

GNUnet Assigned Numbers Authority
Log | Files | Refs | README | LICENSE

commit 8b7ede89aa531fa85e97a8c7966bce60d4111135
parent 1a6a4412171d9d3b8b220d18b93fcde79adeb9d7
Author: Antoine A <>
Date:   Tue, 30 Dec 2025 18:20:53 +0100

add cyclos payto

Diffstat:
Apayto-payment-target-types/cyclos.txt | 35+++++++++++++++++++++++++++++++++++
Mpayto-payment-target-types/registry.rec | 4++++
2 files changed, 39 insertions(+), 0 deletions(-)

diff --git a/payto-payment-target-types/cyclos.txt b/payto-payment-target-types/cyclos.txt @@ -0,0 +1,35 @@ +# Payto Payment Target Type for Cyclos account + +## Target Type "cyclos" + +Name: cyclos + +Description: Cyclos Account ID + + The path consists of two components: The network address and the account ID. + + This is used to uniquely identify both the Cyclos network and the account in the network. + +Syntax: + + payto-ldap-URI = "payto://ldap/" host ["/" fpath] "/" account-id [ "?" opts ] + + 'host' and 'fpath' is defined in + [Section 5 of RFC 1738](https://tools.ietf.org/html/rfc1738#section-5). + + 'opts' is defined in + [Section 2 of RFC 8905](https://tools.ietf.org/html/rfc8905#section-2). + + +Examples: + + payto://cyclos/demo.cyclos.org/31000163100000000 + payto://cyclos/communities.cyclos.org/utrecht/31000163100000000 + +Contact: <mailto:antoine@taler.net> + + +Normative References + +* [RFC 8905] The 'payto' URI Scheme for Payments + <https://tools.ietf.org/html/rfc8905> diff --git a/payto-payment-target-types/registry.rec b/payto-payment-target-types/registry.rec @@ -57,3 +57,7 @@ Contact: grothoff@gnu.org Name: wallee-transaction Reference: wallee-transaction.txt Contact: habej2@bfh.ch + +Name: cyclos +Reference: cyclos.txt +Contact: antoine@taler.net