summaryrefslogtreecommitdiff
path: root/standards
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2018-04-07 03:16:40 +0200
committerFlorian Dold <florian.dold@gmail.com>2018-04-07 03:16:40 +0200
commit2d9c490130ff47d11d433167b9bffcb5f77496a2 (patch)
tree5bbf92858c13fd7b57a4140fe8c7e8d44c55ddea /standards
parentd204157f05bc1d916ce76b2b4bd8b1d6fa582e6e (diff)
downloadmarketing-2d9c490130ff47d11d433167b9bffcb5f77496a2.tar.gz
marketing-2d9c490130ff47d11d433167b9bffcb5f77496a2.tar.bz2
marketing-2d9c490130ff47d11d433167b9bffcb5f77496a2.zip
payto slides
Diffstat (limited to 'standards')
-rw-r--r--standards/payto-slides.tex42
1 files changed, 42 insertions, 0 deletions
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}
+
+