From 81311476b804c054e4ee19c9b182f3b34357f88f Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Tue, 1 Mar 2022 23:35:42 +0100 Subject: -first rough cut client implementation of the new /truth/ APIs --- doc/sphinx/rest.rst | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'doc') diff --git a/doc/sphinx/rest.rst b/doc/sphinx/rest.rst index 18b389e..206eda7 100644 --- a/doc/sphinx/rest.rst +++ b/doc/sphinx/rest.rst @@ -674,6 +674,10 @@ charge per truth operation using GNU Taler. // the according `EscrowMethod`_. The server needs this key to get the // info out of `TruthUploadRequest`_ to verify the ``h_response``. truth_decryption_key: ANASTASIS_TruthKeyP; + + // Reference to a payment made by the client to + // pay for this request. Optional. + payment_secret?: ANASTASIS_PaymentSecretP; } @@ -774,6 +778,10 @@ charge per truth operation using GNU Taler. // the according `EscrowMethod`_. The server needs this key to get the // info out of `TruthUploadRequest`_ to verify the ``h_response``. truth_decryption_key: ANASTASIS_TruthKeyP; + + // Reference to a payment made by the client to + // pay for this request. Optional. + payment_secret?: ANASTASIS_PaymentSecretP; } -- cgit v1.2.3