gnunet-svn
[Top][All Lists]
Advanced

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

[taler-docs] branch master updated: taler URIs: add notify-reserve


From: gnunet
Subject: [taler-docs] branch master updated: taler URIs: add notify-reserve
Date: Fri, 29 Nov 2019 22:12:59 +0100

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

dold pushed a commit to branch master
in repository docs.

The following commit(s) were added to refs/heads/master by this push:
     new c717956  taler URIs: add notify-reserve
c717956 is described below

commit c7179569a342c902511ecaf919a45fa82e131dcf
Author: Florian Dold <address@hidden>
AuthorDate: Fri Nov 29 22:12:53 2019 +0100

    taler URIs: add notify-reserve
---
 core/errors.rst    | 11 +++++++++++
 core/taler-uri.rst | 22 +++++++++++++++++++---
 2 files changed, 30 insertions(+), 3 deletions(-)

diff --git a/core/errors.rst b/core/errors.rst
index 4fe6583..e1689a2 100644
--- a/core/errors.rst
+++ b/core/errors.rst
@@ -66,3 +66,14 @@ Error Conditions
   The wallet encountered a programming bug that should be reported to the 
developers.
 
   **Handling**:  The wallet should allow the user to report this bug to the 
wallet developers.
+
+
+End-To-End Testing Scenarios
+============================
+
+This section describes some advanced end-to-end testing scenarios that should
+eventually be covered by our tests.
+
+* Reserve is created, closed, and then money is sent again to the reserve
+
+* Amount from payback should end up in customer's account again
diff --git a/core/taler-uri.rst b/core/taler-uri.rst
index a228d46..c5ffe84 100644
--- a/core/taler-uri.rst
+++ b/core/taler-uri.rst
@@ -37,9 +37,9 @@ The following is a minimal example for a payment request from 
the demo merchant,
   taler://pay/backend.demo.taler.net/-/-/2019.08.26-ABCED
 
 
------------
-Withdrawing
------------
+------------------------
+Withdrawing (Initiation)
+------------------------
 
 .. code:: none
 
@@ -53,6 +53,22 @@ Example:
 
   'taler://withdraw/bank.taler.net/-/ABDE123
 
+--------------------------
+Withdrawing (Confirmation)
+--------------------------
+
+.. code:: none
+
+  'taler://notify-reserve/' [ reserve-pub ]
+
+Notify the wallet that the status of a reserve has changed.  Used
+by the bank to indicate that the withdrawal has been confirmed by the
+user (e.g. via 2FA / mTAN / ...).  The wallet the re-checks the
+status of all unconfirmed reserves.
+
+Optionally, ``reserve-pub`` can be specified to also indicate the reserve that
+has been updated.
+
 
 -------------------------
 Low-level Reserve Actions

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

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