taler-docs

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

commit 28bdc689abcf2c16d94e50905a43c737ef1c99e2
parent a9166449c480c13f10c75f4b56bff25315e1ee28
Author: Christian Grothoff <christian@grothoff.org>
Date:   Mon, 22 Jun 2015 20:56:34 +0200

correct signature type used in history

Diffstat:
Mapi-mint.rst | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/api-mint.rst b/api-mint.rst @@ -171,7 +171,7 @@ When transfering money to the mint (for example, via SEPA transfers), the mint c :>jsonarr string type: either the string "WITHDRAW" or the string "DEPOSIT" :>jsonarr object amount: the amount_ that was withdrawn or deposited :>jsonarr object wire: a JSON object with the wiring details (specific to the banking system in use), present in case the `type` was "DEPOSIT" - :>jsonarr base32 signature: signature_ (binary-only) made with purpose `TALER_SIGNATURE_WALLET_RESERVE_WITHDRAW` made with the reserve's public key over the original "WITHDRAW" request, present if the `type` was "WITHDRAW" + :>jsonarr object signature: signature_ (full object with all details) made with purpose `TALER_SIGNATURE_WALLET_RESERVE_WITHDRAW` made with the reserve's public key over the original "WITHDRAW" request, present if the `type` was "WITHDRAW" **Error Response: Unknown reserve**