taler-docs

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

commit 4ca7116ec73a6149080a26eef4dbbb5de7fab63e
parent 75d8ba8c9127a2c2f0fe3412a6e1f9f7a6b6de7c
Author: Marcello Stanisci <marcello.stanisci@inria.fr>
Date:   Wed, 28 Oct 2015 17:10:55 +0100

minor fix

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

diff --git a/api-mint.rst b/api-mint.rst @@ -308,6 +308,7 @@ Deposit operations are requested by a merchant during a transaction. For the dep :<json base32 denom_pub: denomination (RSA) key with which the coin is signed :<json base32 ub_sig: mint's unblinded RSA signature_ of the coin :<json date timestamp: timestamp when the contract was finalized, must match approximately the current time of the mint + :<json date edate: indicative time by which the mint undertakes to transfer the funds to the merchant, in case of successful payment. :<json int transaction_id: 64-bit transaction id for the transaction between merchant and customer :<json base32 merchant_pub: the EdDSA public key of the merchant (used to identify the merchant for refund requests) :<json date refund_deadline: date until which the merchant can issue a refund to the customer via the mint (can be zero if refunds are not allowed) diff --git a/wireformats.rst b/wireformats.rst @@ -32,7 +32,6 @@ contain a JSON object with the following fields: * `IBAN`: the International Bank Account Number (IBAN) of the account of the beneficiary * `name`: the name of the beneficiary * `bic`: the Bank Identification Code (BIC) code of the beneficiary's bank - * `edate`: the date given as a timestamp indicating when the transfer should be executed * `r`: random salt (used to make brute-forcing the hash harder) The JSON object may optionally contain: