commit 73ef623446a281f8be6f75add3aed9f0363a4f9c parent 8c9eb696f4ea782f50eb2a7f27fcf4e14b980f4b Author: ms <ms@taler.net> Date: Tue, 9 Nov 2021 11:23:17 +0100 Access API: history expressed in iban and x-taler-bank. Diffstat:
| M | core/api-bank-access.rst | | | 9 | +++++++++ |
1 file changed, 9 insertions(+), 0 deletions(-)
diff --git a/core/api-bank-access.rst b/core/api-bank-access.rst @@ -176,10 +176,19 @@ Transactions creditorIban: string; creditorBic: string; creditorName: string; + + // Temporary. Payto address to let the wallet tests that + // use x-taler-bank still function. This information + // should flow through the TWG in the exchange's incoming + // history. + creditorXTalerBank: string; debtorIban: string; debtorBic: string; debtorName: string; + + // Same as creditor's. + debtorXTalerBank: string; amount: number; currency: string;