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: update /pay abort specif


From: gnunet
Subject: [GNUnet-SVN] [taler-api] branch master updated: update /pay abort specification
Date: Thu, 28 Dec 2017 17:01:02 +0100

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

grothoff pushed a commit to branch master
in repository api.

The following commit(s) were added to refs/heads/master by this push:
     new 191c404  update /pay abort specification
191c404 is described below

commit 191c40491fd1b06de907241dfa51f91155be2654
Author: Christian Grothoff <address@hidden>
AuthorDate: Thu Dec 28 17:00:58 2017 +0100

    update /pay abort specification
---
 api-merchant.rst | 17 ++++++++++++++++-
 1 file changed, 16 insertions(+), 1 deletion(-)

diff --git a/api-merchant.rst b/api-merchant.rst
index ee71bc3..83bc74c 100644
--- a/api-merchant.rst
+++ b/api-merchant.rst
@@ -256,8 +256,23 @@ The following API are made available by the merchant's 
`backend` to the merchant
     interface PaymentRefundResponse {
       // array of refunds, in the order of the coins that
       // were given originally.
-      refunds: RefundConfirmation[];
+      refunds: RefundDetail[];
+
+      // public key of the merchant used to sign the refund
+      // details.
+      merchant_pub: MerchantPublicKeyP;
     }
+
+    
+    interface RefundDetail {
+      // Merchant signature over the hashed order id.
+      // The purpose is `TALER_SIGNATURE_MERCHANT_REFUND_OK`.
+      sig: EddsaSignature;
+
+      // refund transaction ID chosen by the merchant.
+      rtransaction_id: uint64_t;
+    }
+
     
 .. http:post:: /refund
 

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



reply via email to

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