From 0cb46cd539dc4e3262fcae642b9295d6da4722aa Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Mon, 20 Jul 2020 17:42:51 +0530 Subject: add missing response type --- core/api-merchant.rst | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'core/api-merchant.rst') diff --git a/core/api-merchant.rst b/core/api-merchant.rst index 469a9f33..4072a7b3 100644 --- a/core/api-merchant.rst +++ b/core/api-merchant.rst @@ -842,6 +842,16 @@ Payment processing :status 409 Conflict: The someone else claimed the same order ID with different nonce before. + .. ts:def:: ClaimResponse + + interface ClaimResponse { + // Contract terms of the claimed order + contract_terms: ContractTerms; + + // Signature by the merchant over the contract terms. + sig: EddsaSignature; + } + .. http:post:: /orders/$ORDER_ID/pay -- cgit v1.2.3