gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-docs] 01/02: Access API: history expressed in iban and x-taler-ba


From: gnunet
Subject: [taler-docs] 01/02: Access API: history expressed in iban and x-taler-bank.
Date: Sat, 27 Nov 2021 13:46:14 +0100

This is an automated email from the git hooks/post-receive script.

ms pushed a commit to branch master
in repository docs.

commit 73ef623446a281f8be6f75add3aed9f0363a4f9c
Author: ms <ms@taler.net>
AuthorDate: Tue Nov 9 11:23:17 2021 +0100

    Access API: history expressed in iban and x-taler-bank.
---
 core/api-bank-access.rst | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/core/api-bank-access.rst b/core/api-bank-access.rst
index fd7dadf..3ed8adf 100644
--- 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;

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]