gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [taler-docs] branch master updated: Access API.
Date: Wed, 10 May 2023 17:54:26 +0200

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 a1d5601e Access API.
a1d5601e is described below

commit a1d5601e269dce35367f9ce992d0e95e384b6ce8
Author: MS <ms@taler.net>
AuthorDate: Wed May 10 17:53:52 2023 +0200

    Access API.
    
    How to optionally specify IBAN and name
    when creating one bank account.
---
 core/api-bank-access.rst | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/core/api-bank-access.rst b/core/api-bank-access.rst
index 845d2d2d..2bb8a6ba 100644
--- a/core/api-bank-access.rst
+++ b/core/api-bank-access.rst
@@ -285,8 +285,13 @@ Registration (Testing)
 
     interface BankRegistrationRequest {
       username: string;
-
       password: string;
+      // Let the request specify the IBAN.  In this current
+      // version, the IBAN validity is NOT checked by the bank
+      // backend.  When missing, the IBAN is generated by the bank.
+      iban?: string;
+      // Name of the person who owns the account being made.
+      name?: 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]