gnunet-svn
[Top][All Lists]
Advanced

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

[taler-docs] branch master updated: document 409 case, add session_id op


From: gnunet
Subject: [taler-docs] branch master updated: document 409 case, add session_id optional argument to /paid specification
Date: Sun, 19 Jul 2020 13:55:21 +0200

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

grothoff pushed a commit to branch master
in repository docs.

The following commit(s) were added to refs/heads/master by this push:
     new d563404  document 409 case, add session_id optional argument to /paid 
specification
d563404 is described below

commit d56340472832041383572e81517470fa93e9127f
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Sun Jul 19 00:45:45 2020 +0200

    document 409 case, add session_id optional argument to /paid specification
---
 core/api-merchant.rst | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/core/api-merchant.rst b/core/api-merchant.rst
index 1dcdfbb..a136eea 100644
--- a/core/api-merchant.rst
+++ b/core/api-merchant.rst
@@ -976,6 +976,8 @@ Payment processing
   :status 404 Not found:
     The merchant backend could not find the order or the instance
     and thus cannot process the request.
+  :status 409 Conflict:
+    The provided contract hash does not match this order.
 
   .. ts:def:: PaidRequest
 
@@ -988,6 +990,9 @@ Payment processing
       // wallet/customer and to enable signature verification without
       // database access).
       h_contract: HashCode;
+
+      // Session id for which the payment is proven. Optional.
+      session_id?: string;
     }
 
 .. _order-abort:

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