gnunet-svn
[Top][All Lists]
Advanced

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

[taler-docs] branch master updated: document deposit group creation


From: gnunet
Subject: [taler-docs] branch master updated: document deposit group creation
Date: Mon, 18 Jan 2021 22:21:13 +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 1e61260  document deposit group creation
1e61260 is described below

commit 1e61260c349244ef21795607517b2115d90f7938
Author: Florian Dold <florian@dold.me>
AuthorDate: Mon Jan 18 22:21:08 2021 +0100

    document deposit group creation
---
 taler-wallet.rst | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)

diff --git a/taler-wallet.rst b/taler-wallet.rst
index 18ae049..1a70142 100644
--- a/taler-wallet.rst
+++ b/taler-wallet.rst
@@ -741,6 +741,30 @@ Accept Manual Withdrawal
       exchangePaytoUris: string[];
     }
 
+Deposits
+--------
+
+Deposits are direct payments into a payment target (given via
+a payto URI).  They don't involve a merchant.
+
+:Name: ``"createDepositGroup"``
+:Description:
+  Deposit funds directly into a payment target.
+:Request:
+  .. ts:def:: CreateDepositGroupRequest
+
+    interface CreateDepositGroupRequest {
+      depositPaytoUri: string;
+      amount: AmountString;
+    }
+:Response:
+  .. ts:def:: CreateDepositGroupResponse
+
+    interface CreateDepositGroupResponse {
+      depositGroupId: string;
+    }
+
+
 Payments
 --------
 

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