summaryrefslogtreecommitdiff
path: root/doc/flows/int-deposit.tex
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2023-07-02 16:09:09 +0200
committerChristian Grothoff <christian@grothoff.org>2023-07-02 16:09:09 +0200
commit2d4ebd3fc390f539c3e9f599046176e950a4619f (patch)
treebdc1403206184f98d160676c1b74d0f801da4a7d /doc/flows/int-deposit.tex
parent8d6bce26ad056fca1f097c66de62e01476157850 (diff)
downloadexchange-2d4ebd3fc390f539c3e9f599046176e950a4619f.tar.gz
exchange-2d4ebd3fc390f539c3e9f599046176e950a4619f.tar.bz2
exchange-2d4ebd3fc390f539c3e9f599046176e950a4619f.zip
unconfuse pay and deposit
Diffstat (limited to 'doc/flows/int-deposit.tex')
-rw-r--r--doc/flows/int-deposit.tex11
1 files changed, 5 insertions, 6 deletions
diff --git a/doc/flows/int-deposit.tex b/doc/flows/int-deposit.tex
index 7303f5298..661f4dccb 100644
--- a/doc/flows/int-deposit.tex
+++ b/doc/flows/int-deposit.tex
@@ -1,8 +1,5 @@
\section{Deposit} \label{sec:deposit}
-% FIXME: split up between deposit to merchant
-% and deposit to customer's (own) bank account!
-
\begin{figure}[h!]
\begin{sequencediagram}
\newinst{wallet}{\shortstack{Customer wallet \\
@@ -16,7 +13,7 @@
\node at (1.5,0) {\shortstack{{{\tiny Database}}}};
\end{tikzpicture}
}}
- \newinst[2]{bank}{\shortstack{Customer bank \\
+ \newinst[2]{bank}{\shortstack{Retail bank \\
\\ \begin{tikzpicture}
\node [fill=gray!20,draw=black,thick,align=center] {Checking \\ Accounts};
\end{tikzpicture}
@@ -41,8 +38,10 @@
\mess[0]{exchange}{{Initiate transfer}}{bank}
\end{sequencediagram}
- \caption{Deposit interactions between customer, Taler exchange (payment
- service provider) and customer's bank.}
+ \caption{A customer deposits the coins issued by a Taler exchange (payment
+ service provider) into a bank account. Even if the
+ bank account is owned by the same customer, the
+ KYC checks from Section~\ref{sec:kyc:deposit} apply.}
\label{fig:int:deposit}
\end{figure}