From de27db0620b00bcb10406cb834b48e4d8d421550 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Wed, 25 Nov 2020 22:31:29 +0100 Subject: use payto_ prefix --- core/api-exchange.rst | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'core') diff --git a/core/api-exchange.rst b/core/api-exchange.rst index 9425174e..037c5d96 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 { -- cgit v1.2.3