gnunet-svn
[Top][All Lists]
Advanced

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

[taler-docs] 03/03: Sandbox API.


From: gnunet
Subject: [taler-docs] 03/03: Sandbox API.
Date: Fri, 04 Dec 2020 15:00:31 +0100

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

ms pushed a commit to branch master
in repository docs.

commit 085d99420a7aa23b04bd4ce1e256eec9e182c166
Author: MS <ms@taler.net>
AuthorDate: Fri Dec 4 13:22:49 2020 +0100

    Sandbox API.
    
    Endpoint to request a Camt document.
---
 libeufin/api-sandbox.rst | 25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)

diff --git a/libeufin/api-sandbox.rst b/libeufin/api-sandbox.rst
index 6f1d152..d1214d5 100644
--- a/libeufin/api-sandbox.rst
+++ b/libeufin/api-sandbox.rst
@@ -9,6 +9,31 @@ HTTP API
 ..
   Payments.
 
+
+.. http:post:: /admin/payments/camt
+
+  Return the history of one IBAN in Camt.053 format.
+
+  **Request**
+
+   .. code-block:: tsref
+
+     interface CamtParams {
+
+       // IBAN managed by the running Sandbox, for which
+       // the Camt.053 response is going to be generated.
+       iban: string;
+       
+       // The Camt type to return.  Only '53' is allowed
+       // at this moment.
+       type: number;
+     }
+
+  **Response**
+
+  The expected Camt.053 document.
+
+
 .. http:get:: /admin/payments
 
    Return the list of *all* the payments known by the sandbox.

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