commit 2d9c490130ff47d11d433167b9bffcb5f77496a2 parent d204157f05bc1d916ce76b2b4bd8b1d6fa582e6e Author: Florian Dold <florian.dold@gmail.com> Date: Sat, 7 Apr 2018 03:16:40 +0200 payto slides Diffstat:
| A | standards/payto-slides.tex | | | 42 | ++++++++++++++++++++++++++++++++++++++++++ |
1 file changed, 42 insertions(+), 0 deletions(-)
diff --git a/standards/payto-slides.tex 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} + +