summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPius Loosli <loosp2@bfh.ch>2023-10-09 14:14:18 +0200
committerPius Loosli <loosp2@bfh.ch>2023-10-09 14:14:18 +0200
commite059026a7a2df15ba5367233af957e13aa6200eb (patch)
treea2ef4efdaec93ab59e3bae0e05b698bffc498016
parent6aad5afe69b8b412758dcedf064786d577c6d07d (diff)
downloaddocs-e059026a7a2df15ba5367233af957e13aa6200eb.tar.gz
docs-e059026a7a2df15ba5367233af957e13aa6200eb.tar.bz2
docs-e059026a7a2df15ba5367233af957e13aa6200eb.zip
Donau: Minor corrections
-rw-r--r--core/api-donau.rst6
1 files changed, 4 insertions, 2 deletions
diff --git a/core/api-donau.rst b/core/api-donau.rst
index a009b601..d974f2c2 100644
--- a/core/api-donau.rst
+++ b/core/api-donau.rst
@@ -33,8 +33,8 @@ This is intended to provide a quick overview of the whole REST API. For a more d
The chapters group the families of requests frequently encountered when using the donau API:
-* :ref:`Status information<donau_status>`: get the public keys of the donau, the donaus config or some entropy
-* :ref:`Attest/confirm receipts<donau_attest>`: Sign all the donation units inside a donation receipt signed by a recognized charity public key.
+* :ref:`Status information<donau_status>`: get the public signing keys of the donau, the denomination unit key, the donaus config or some entropy
+* :ref:`Issue receipts<donau_attest>`: For use by charities: Issue receipts for blinded unique donor ids.
* :ref:`Submit receipts<donau_submit>`: Receive the receipts and, if valid, add all of it's donation units to the donor total. Returns a signature on the total yearly donation amount, hash of taxid+salt and year.
* :ref:`Charity administration and status information<donau_charity>`:
@@ -318,6 +318,8 @@ All incoming `BDID` are recorded under the corresponding charity_id by the donau
cs_blinded_c1: string; // Crockford Base32 encoded
}
+.. _donau_submit:
+
-----------------------------
Submit receipts (ex Deposit)
-----------------------------