gnunet-svn
[Top][All Lists]
Advanced

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

[taler-docs] branch master updated: document applyRefund api for wallet-


From: gnunet
Subject: [taler-docs] branch master updated: document applyRefund api for wallet-core
Date: Mon, 30 Mar 2020 12:52:40 +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 d71b4e4  document applyRefund api for wallet-core
d71b4e4 is described below

commit d71b4e497b93a3f06a4b346d37dabe1351b07b7b
Author: Florian Dold <address@hidden>
AuthorDate: Mon Mar 30 16:22:33 2020 +0530

    document applyRefund api for wallet-core
---
 taler-wallet.rst | 20 ++++++++++++++++++--
 1 file changed, 18 insertions(+), 2 deletions(-)

diff --git a/taler-wallet.rst b/taler-wallet.rst
index 25e4c17..c619d43 100644
--- a/taler-wallet.rst
+++ b/taler-wallet.rst
@@ -77,8 +77,24 @@ Android Wallet
 APIs and Data Formats
 =====================
 
-*TBD.*
-
+Refunds
+-------
+
+:name: ``"applyRefund"``
+:description: Process a refund from a ``taler://refund`` URI.
+:request:
+  .. ts:def:: WalletApplyRefundRequest
+
+    interface WalletApplyRefundRequest {
+      talerRefundUri: string;
+    }
+:response:
+  .. ts:def:: WalletApplyRefundResponse
+
+    interface WalletApplyRefundResponse {
+      // Identifier for the purchase that was refunded
+      contractTermsHash: string;
+    }
 
 
 Integration Test Example

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



reply via email to

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