gnunet-svn
[Top][All Lists]
Advanced

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

[taler-docs] branch master updated (8c9eb69 -> 32e11c7)


From: gnunet
Subject: [taler-docs] branch master updated (8c9eb69 -> 32e11c7)
Date: Sat, 27 Nov 2021 13:46:13 +0100

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

ms pushed a change to branch master
in repository docs.

    from 8c9eb69  add some other manpages to See Also section
     new 73ef623  Access API: history expressed in iban and x-taler-bank.
     new 32e11c7  comment

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 core/api-bank-access.rst | 15 ++++++++++++---
 1 file changed, 12 insertions(+), 3 deletions(-)

diff --git a/core/api-bank-access.rst b/core/api-bank-access.rst
index fd7dadf..343b319 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;
@@ -200,9 +209,9 @@ Transactions
    .. ts:def:: BankAccountTransactionCreate
    
       interface CreateBankAccountTransactionCreate {
-
-        // Support 'iban' and 'x-taler-bank' authorities.  'iban'
-        // target type should specify a BIC too.
+        // Note: the authority value ('iban' or 'x-taler-bank')
+        // depends on the particular service that offers the Access API.
+        // euFin offers only 'iban' and the PyBank only 'x-taler-bank'.
         paytoUri: string;
 
         amount: string; // with currency

-- 
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]