summaryrefslogtreecommitdiff
path: root/core/api-merchant.rst
diff options
context:
space:
mode:
Diffstat (limited to 'core/api-merchant.rst')
-rw-r--r--core/api-merchant.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/core/api-merchant.rst b/core/api-merchant.rst
index 1dcdfbb7..a136eea3 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: