taler-docs

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

commit badd2255a7fff119a24def2eae3734c6b20e1b82
parent 266adf4a463ed181b23bd617eb88332a09baf3d5
Author: Marcello Stanisci <marcello.stanisci@inria.fr>
Date:   Fri, 25 Sep 2015 14:13:00 +0200

fix wireformat mismatch with mint code

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

diff --git a/wireformats.rst b/wireformats.rst @@ -31,7 +31,7 @@ contain a JSON object with the following fields: * `type`: the string constant `"SEPA"` * `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 + * `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 nounce (used to make brute-forcing the hash harder)