commit 5e8050dce35265d2bc8475c16b68381b5cdc77a2 parent 2753adf7479ff5b43a8bc446823da7c8e7c7c271 Author: Marcello Stanisci <marcello.stanisci@inria.fr> Date: Tue, 9 May 2017 15:46:44 +0200 making a note about debit account currently ignored Diffstat:
| M | api/api-bank.rst | | | 6 | +++++- |
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/api/api-bank.rst b/api/api-bank.rst @@ -84,7 +84,11 @@ request. // (See `TALER_WireTransferIdentifierP`_ for an encoding with CRC8.). wtid: base32; - // The sender's account identificator + // The sender's account identificator. NOTE, in the current stage + // of development this field is _ignored_, as it's always the bank account + // of the logged user that plays as the "debit account". + // In future releases, a logged user may specify multiple bank accounts + // of her/his as the debit account. debit_account: number; // The recipient's account identificator