From b49baa7d84adbc509539b15586680b9e869d89ef Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Tue, 21 Jul 2020 12:58:13 +0530 Subject: make session_id mandatory in /paid --- core/api-merchant.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/core/api-merchant.rst b/core/api-merchant.rst index 36cc9d81..9ba8baaa 100644 --- a/core/api-merchant.rst +++ b/core/api-merchant.rst @@ -957,7 +957,7 @@ Payment processing .. http:post:: /orders/$ORDER_ID/paid - Proof that the client previously paid for an order by providing + Prove that the client previously paid for an order by providing the merchant's signature from the `payment response `. Typically used by the customer's wallet if it receives a request for payment for an order that it already paid. This is more compact then @@ -1001,8 +1001,8 @@ Payment processing // database access). h_contract: HashCode; - // Session id for which the payment is proven. Optional. - session_id?: string; + // Session id for which the payment is proven. + session_id: string; } .. _order-abort: -- cgit v1.2.3