gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [taler-marketing] 02/02: payto slides


From: gnunet
Subject: [GNUnet-SVN] [taler-marketing] 02/02: payto slides
Date: Sat, 07 Apr 2018 03:16:46 +0200

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

dold pushed a commit to branch master
in repository marketing.

commit 2d9c490130ff47d11d433167b9bffcb5f77496a2
Author: Florian Dold <address@hidden>
AuthorDate: Sat Apr 7 03:16:40 2018 +0200

    payto slides
---
 standards/payto-slides.tex | 42 ++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 42 insertions(+)

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]