summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--api-mint.rst1
-rw-r--r--wireformats.rst1
2 files changed, 1 insertions, 1 deletions
diff --git a/api-mint.rst b/api-mint.rst
index 739e1e31..d79c943a 100644
--- 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
index 0de99cce..f759bf62 100644
--- 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: