gnunet-svn
[Top][All Lists]
Advanced

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

[taler-docs] branch master updated: docs: rename field in confirmation r


From: gnunet
Subject: [taler-docs] branch master updated: docs: rename field in confirmation request
Date: Wed, 17 Apr 2024 18:30:14 +0200

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

joel-haeberli pushed a commit to branch master
in repository docs.

The following commit(s) were added to refs/heads/master by this push:
     new 72076bf3 docs: rename field in confirmation request
72076bf3 is described below

commit 72076bf3be6219bba9d6df155fc9c9f895d3539c
Author: Joel Häberli <haebu@rubigen.ch>
AuthorDate: Wed Apr 17 18:30:07 2024 +0200

    docs: rename field in confirmation request
---
 core/api-bank-integration.rst | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/core/api-bank-integration.rst b/core/api-bank-integration.rst
index fbeb862d..ac1ba63a 100644
--- a/core/api-bank-integration.rst
+++ b/core/api-bank-integration.rst
@@ -229,8 +229,12 @@ for the withdrawal operation (the ``WITHDRAWAL_ID``) to 
interact with the withdr
       // An identifier, which identifies the device
       // processing the payment for the withdrawal
       // triggering the confirmation (e.g. Terminal 
-      // or ATM). Intended for auditability.
-      src_device_id: string;
+      // or ATM). This is needed to link the withdrawal
+      // to a terminal owned by a specific provider.
+      // This will decide about how the withdrawal
+      // is attested. The device must be known to 
+      // the exchange and be somehow registered.
+      terminal_id: number;
     
       // The amount to withdraw. Fees are to be sent in the 
       // separate field 'fees' and not included in the amount.

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