summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2022-03-01 23:35:42 +0100
committerChristian Grothoff <christian@grothoff.org>2022-03-01 23:35:42 +0100
commit81311476b804c054e4ee19c9b182f3b34357f88f (patch)
tree85d0d2075d7289acea65fa7d038ef464469b3a9f /doc
parentac6d31729594372c193a61e9e810516e4895037c (diff)
downloadanastasis-81311476b804c054e4ee19c9b182f3b34357f88f.tar.gz
anastasis-81311476b804c054e4ee19c9b182f3b34357f88f.tar.bz2
anastasis-81311476b804c054e4ee19c9b182f3b34357f88f.zip
-first rough cut client implementation of the new /truth/ APIs
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;
}