gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [taler-marketing] branch master updated (9bd179c -> 2d9c490


From: gnunet
Subject: [GNUnet-SVN] [taler-marketing] branch master updated (9bd179c -> 2d9c490)
Date: Sat, 07 Apr 2018 03:16:44 +0200

This is an automated email from the git hooks/post-receive script.

dold pushed a change to branch master
in repository marketing.

    from 9bd179c  add IANA Considerations (registry and scheme registration), 
change Christian's address from Rennes to Biel
     new d204157  put existing payment methods into registry defaults
     new 2d9c490  payto slides

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 standards/draft-dold-payto.xml | 18 ++++++++++++------
 standards/payto-slides.tex     | 42 ++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 54 insertions(+), 6 deletions(-)
 create mode 100644 standards/payto-slides.tex

diff --git a/standards/draft-dold-payto.xml b/standards/draft-dold-payto.xml
index 80553f3..e0e55d3 100644
--- a/standards/draft-dold-payto.xml
+++ b/standards/draft-dold-payto.xml
@@ -134,11 +134,7 @@ Questions:
 
 <section anchor="payment-methods" title="Payment Methods">
 
-<t>sepa: Single European Payment Area. The path is an IBAN, as defined by 
<xref target="ISO20022" />.</t>
-<t>upi: Unified Payment Interface. The path is an account alias, as defined by 
<xref target="UPILinking" />.</t>
-<t>bitcoin: Bitcoin protocol. The path is a bitcoinaddress, as defined by 
<xref target="BIP0021" />.</t>
-<t>ach: Automated Clearing House.  The path is a bank account number, as 
defined by <xref target="NACHA" /></t>
-
+<t>The payment methods are defined in the Payto Payment Method Registry, see 
<xref target="payto-registry" />.</t>
 </section>
 
 <section anchor="generic-options" title="Generic Options">
@@ -220,12 +216,22 @@ is "Payto Payment Method Registry".
 <t>The registry shall record for each entry:
 <list style="symbols">
 <t>Name:  The name of the payment method (case insensitive ASCII string)</t>
-<t>Description: A description of the payment method</t>
+<t>Description: A description of the payment method, including the semantics 
of the path in the URI if applicable.</t>
 <t>Contact: The contact information of a person to contact for further 
information</t>
 <t>References: Optionally, references describing the payment method (such as 
an RFC) and method-specific options</t>
 </list>
 The registration policy for this registry is "First Come First Served", as 
described in <xref target="RFC5226" />.
 </t>
+
+<t>The registry is initially populated with the following entries:</t>
+<texttable>
+<ttcol>Name</ttcol><ttcol>Description</ttcol><ttcol>Contact></ttcol><ttcol>References</ttcol>
+<c>ach</c><c>Automated Clearing House.  The path is a bank account 
number.</c><c>N/A</c><c><xref target="NACHA" /></c>
+<c>sepa</c><c>Single European Payment Area. The path is an 
IBAN.</c><c>N/A</c><c><xref target="ISO20022" /></c>
+<c>upi</c><c>Unified Payment Interface. The path is an account 
alias.</c><c>N/A</c><c><xref target="UPILinking" /></c>
+<c>bitcoin</c><c>Bitcoin protocol. The path is a "bitcoinaddress" as per <xref 
target="BIP0021" />.</c><c>N/A</c><c><xref target="BIP0021" /></c>
+</texttable>
+
 </section>
 
 </section>
diff --git a/standards/payto-slides.tex b/standards/payto-slides.tex
new file mode 100644
index 0000000..47d04d7
--- /dev/null
+++ b/standards/payto-slides.tex
@@ -0,0 +1,42 @@
+\documentclass{beamer}
+
+\title{The Payto URI Scheme}
+
+\author{F.~Dold\inst{1} \and C.~Grothoff}
+
+\date{\today}
+
+\begin{document}
+
+\begin{frame}
+  \titlepage
+\end{frame}
+
+\begin{frame}[fragile]{Payto: Uniform Identifiers for Payments and Accounts}
+  \vfill
+  Like \texttt{mailto}, but for bank accounts instead of email accounts!
+  \vfill
+  \begin{verbatim}
+    payto://<PAYMENT-METHOD>/<ACCOUNT-NR>
+      ?subject=InvoiceNr42
+      &amount=EUR:12.50
+  \end{verbatim}
+  \vfill
+  Default action:  Open app to review and confirm payment.
+  \vfill
+\end{frame}
+
+\begin{frame}[fragile]{Benefits of Payto}
+  \begin{itemize}
+    \item Standardized way to represent financial resources (bank account, 
bitcoin wallet)
+      and payments to them
+    \item Useful on the client-side on the Web and for FinTech backend 
applications
+    \item Payment methods (such as SEPA, ACH, Bitcoin) are registered with 
IANA and allow extra options
+    \item Under standardization with IETF as \texttt{draft-dold-payto}
+  \end{itemize}
+\end{frame}
+
+
+\end{document}
+
+

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]