taler-docs

Documentation for GNU Taler components, APIs and protocols
Log | Files | Refs | README | LICENSE

commit c34524651e97324f5c48e96f2f49db8395573246
parent b483058f436cfdab7718e87bd65eb8cc4f5adbd1
Author: Christian Grothoff <christian@grothoff.org>
Date:   Wed,  1 Nov 2017 12:17:17 +0100

minor fixes to protocol spec

Diffstat:
Mapi-merchant.rst | 4+++-
1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/api-merchant.rst b/api-merchant.rst @@ -368,6 +368,8 @@ The following API are made available by the merchant's `backend` to the merchant :status 200 OK: A tip has been created. The backend responds with a `TipCreateConfirmation`_ + :status 404 Not Found: + The instance is unknown to the backend. :status 412 Precondition Failed: The tip amount requested exceeds the available reserve balance for tipping. @@ -393,7 +395,7 @@ The following API are made available by the merchant's `backend` to the merchant tip_id: HashCode; // Expiration time for obtaining the tip - tip_expiration: Timestamp; + expiration: Timestamp; // URI of the exchange from where the tip can be withdrawn exchange_uri: String;