gnunet-svn
[Top][All Lists]
Advanced

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

[taler-docs] branch master updated: libeufin confirmation url documentat


From: gnunet
Subject: [taler-docs] branch master updated: libeufin confirmation url documentation about new behavior
Date: Tue, 04 Apr 2023 20:26:32 +0200

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

sebasjm pushed a commit to branch master
in repository docs.

The following commit(s) were added to refs/heads/master by this push:
     new 3273deb  libeufin confirmation url documentation about new behavior
3273deb is described below

commit 3273debb32a00825e7c77b8468d09d070ff8f9cd
Author: Sebastian <sebasjm@gmail.com>
AuthorDate: Tue Apr 4 15:25:59 2023 -0300

    libeufin confirmation url documentation about new behavior
---
 core/api-bank-integration.rst   | 2 ++
 manpages/libeufin-sandbox.1.rst | 9 +++++++++
 2 files changed, 11 insertions(+)

diff --git a/core/api-bank-integration.rst b/core/api-bank-integration.rst
index 5ed98be..940f179 100644
--- a/core/api-bank-integration.rst
+++ b/core/api-bank-integration.rst
@@ -112,6 +112,7 @@ for the withdrawal operation (the ``wopid``) to interact 
with the withdrawal ope
 
       // URL that the user needs to navigate to in order to
       // complete some final confirmation (e.g. 2FA).
+      // It may contain withdrawal operation id
       confirm_transfer_url?: string;
 
       // Wire transfer types supported by the bank.
@@ -160,5 +161,6 @@ for the withdrawal operation (the ``wopid``) to interact 
with the withdrawal ope
       // complete some final confirmation (e.g. 2FA).
       //
       // Only applicable when ``transfer_done`` is ``false``.
+      // It may contain withdrawal operation id
       confirm_transfer_url?: string;
     }
diff --git a/manpages/libeufin-sandbox.1.rst b/manpages/libeufin-sandbox.1.rst
index fc1c7f3..56711f6 100644
--- a/manpages/libeufin-sandbox.1.rst
+++ b/manpages/libeufin-sandbox.1.rst
@@ -71,6 +71,15 @@ config
 This command takes argument ``NAME`` and creates a demobank with that name.
 
 Option ``--currency CUR`` (default: ``EUR``) specifes another currency.
+Option ``--captcha-url $URL`` specifies where the wallet user is going
+to be redirected to confirm the withdrawal operation. This $URL should 
+point to the bank frontend. More precisely to the UI that let the user
+finish a withdrawal operation that needs to be confirmed. Example of
+this value may be "https://bank.domain/#/operation/{wopid}"; where 
+"https://bank.domain"; returns the demobank SPA and the demobank view under
+the route "/operation/{wopid}" will show the status of the operation id 
{wopid}.
+Note that "{wopid}" is literally in the --captcha-url config and replaced in 
+runtime by the sandbox server. 
 Option ``--bank-debt-limit N`` (default: 1000000) specifies that
 the bank debt limit should be N (units of currency).
 Similarly, option ``--users-debt-limit N`` (default: 1000) specifies

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

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