gnunet-svn
[Top][All Lists]
Advanced

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

[taler-docs] branch master updated: terminal API: adjust withdrawal crea


From: gnunet
Subject: [taler-docs] branch master updated: terminal API: adjust withdrawal creation
Date: Wed, 24 Apr 2024 08:43:49 +0200

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 b1ccf858 terminal API: adjust withdrawal creation
b1ccf858 is described below

commit b1ccf85856086273f2338f435af0026627ab3912
Author: Florian Dold <florian@dold.me>
AuthorDate: Wed Apr 24 08:43:45 2024 +0200

    terminal API: adjust withdrawal creation
---
 core/api-terminal.rst | 15 ++++++++++++---
 1 file changed, 12 insertions(+), 3 deletions(-)

diff --git a/core/api-terminal.rst b/core/api-terminal.rst
index 13dca956..b5116361 100644
--- a/core/api-terminal.rst
+++ b/core/api-terminal.rst
@@ -170,7 +170,7 @@ Config
 
   :http:statuscode:`200 Ok`:
     The operation was created.  The response will be
-    a `BankWithdrawalOperationStatus`.
+    a `TerminalWithdrawalSetupResponse`.
   :http:statuscode:`404 Not found`:
     A lock was specified but the lock is not known for
     the given user.
@@ -211,8 +211,8 @@ Config
       // they are using to make this withdrawal.
       card_fees: Amount;
 
-      // ID identifying the withdrawal operation being created.
-      withdrawal_id: string;
+      // Unique request ID to make retried requests idempotent.
+      request_uid: string;
 
       // Unique user ID of the user.  Optional
       // in case a user Id is not (yet) known.
@@ -225,6 +225,15 @@ Config
 
     }
 
+  .. ts:def:: TerminalWithdrawalSetupResponse
+
+    interface TerminalWithdrawalSetupResponse {
+
+      // ID identifying the withdrawal operation being created.
+      withdrawal_id: string;
+
+    }
+
 
 .. http:post:: /withdrawals/$WITHDRAWAL_ID/confirm
 

-- 
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]