diff options
author | Christian Grothoff <christian@grothoff.org> | 2020-11-25 22:31:29 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2020-11-25 22:31:29 +0100 |
commit | de27db0620b00bcb10406cb834b48e4d8d421550 (patch) | |
tree | 315dd80cc8269c389d5d991f6c46cace1068dd89 | |
parent | 6db93e3eae29c04585ce9497731e48dfaea74f61 (diff) | |
download | docs-de27db0620b00bcb10406cb834b48e4d8d421550.tar.gz docs-de27db0620b00bcb10406cb834b48e4d8d421550.tar.bz2 docs-de27db0620b00bcb10406cb834b48e4d8d421550.zip |
use payto_ prefix
-rw-r--r-- | core/api-exchange.rst | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/core/api-exchange.rst b/core/api-exchange.rst index 9425174..037c5d9 100644 --- a/core/api-exchange.rst +++ b/core/api-exchange.rst @@ -666,7 +666,7 @@ Management operations authorized by master key interface WireSetupMessage { // payto:// URL identifying the account and wire method - url: string; + payto_uri: string; // Salt value (used when hashing 'url' to verify signature) salt: string; @@ -716,7 +716,7 @@ Management operations authorized by master key interface WireTeardownMessage { // payto:// URL identifying the account and wire method - url: string; + payto_uri: string; // Signature using the exchange's offline key // with purpose TALER_SIGNATURE_MASTER_WIRE_DETAILS. @@ -766,6 +766,8 @@ This part of the API is for the use by auditors interacting with the exchange. :http:statuscode:`412 Precondition failed`: This auditor is not yet known to the exchange. + **Details:** + .. ts:def:: AuditorSignatureAddMessage interface AuditorSignatureAddMessage { |