gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [taler-api] branch master updated: adapting to #5005


From: gnunet
Subject: [GNUnet-SVN] [taler-api] branch master updated: adapting to #5005
Date: Tue, 09 May 2017 11:25:46 +0200

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

marcello pushed a commit to branch master
in repository api.

The following commit(s) were added to refs/heads/master by this push:
     new 2753adf  adapting to #5005
2753adf is described below

commit 2753adf7479ff5b43a8bc446823da7c8e7c7c271
Author: Marcello Stanisci <address@hidden>
AuthorDate: Tue May 9 11:25:37 2017 +0200

    adapting to #5005
---
 api/api-bank.rst | 16 +++++++++++++++-
 1 file changed, 15 insertions(+), 1 deletion(-)

diff --git a/api/api-bank.rst b/api/api-bank.rst
index 6caac69..8ecc9ab 100644
--- a/api/api-bank.rst
+++ b/api/api-bank.rst
@@ -36,12 +36,26 @@ request.
 
 **Response:**
 
-:status 200 OK: The request has been correctly handled, so the funds have been 
transferred to the recipient's account
+:status 200 OK: The request has been correctly handled, so the funds have been 
transferred to the recipient's account.  The body is a
+`BankDepositDetails`_.
 
 :status 400 Bad Request: The bank replies a `BankError`_ object
 
 **Details:**
 
+.. _BankDepositDetails:
+.. code-block:: tsref
+
+  interface BankDepositDetails {
+    
+    // Timestamp related to the transaction being made.
+    timestamp: Timestamp;
+
+    // Serial id identifying the transaction into the bank's
+    // database.
+    row_id: number;
+  }
+
 .. _BankDepositRequest:
 .. code-block:: tsref
 

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



reply via email to

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