summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/sphinx/rest.rst8
1 files changed, 8 insertions, 0 deletions
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;
}