diff options
-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 { |