gnunet-svn
[Top][All Lists]
Advanced

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

[taler-docs] branch master updated: Bank Access API


From: gnunet
Subject: [taler-docs] branch master updated: Bank Access API
Date: Tue, 11 Jan 2022 19:33:19 +0100

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

ms pushed a commit to branch master
in repository docs.

The following commit(s) were added to refs/heads/master by this push:
     new f62f091  Bank Access API
f62f091 is described below

commit f62f09163c9a96c0fc8071375076fafe781291c6
Author: ms <ms@taler.net>
AuthorDate: Tue Jan 11 19:32:53 2022 +0100

    Bank Access API
---
 core/api-bank-access.rst | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/core/api-bank-access.rst b/core/api-bank-access.rst
index 491c6e7..c1c39fe 100644
--- a/core/api-bank-access.rst
+++ b/core/api-bank-access.rst
@@ -174,7 +174,7 @@ Transactions
      interface BankAccountTransactionInfo {
    
        creditorIban: string;
-       creditorBic: string;
+       creditorBic: string; // Optional
        creditorName: string;
    
        debtorIban: string;
@@ -185,9 +185,11 @@ Transactions
        currency: string;
        subject: string;
    
-       date: string; // YYYY-MM-DD
-       uid: string; // transaction (unique) ID
+       // Transaction unique ID.  Matches
+       // $transaction_id from the URI.
+       uid: string;
        direction: "DBIT" | "CRDT";
+       date: string; // YYYY-MM-DD ending with 'Z'
      }
 
 

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