gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [taler-banking-docs] branch master updated: document Aqbank


From: gnunet
Subject: [GNUnet-SVN] [taler-banking-docs] branch master updated: document Aqbanking jobs
Date: Fri, 06 Sep 2019 17:03:29 +0200

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

marcello pushed a commit to branch master
in repository banking-docs.

The following commit(s) were added to refs/heads/master by this push:
     new 2d29047  document Aqbanking jobs
2d29047 is described below

commit 2d29047fd8cf64462bebb0dc42afcdebfbc8df9d
Author: Marcello Stanisci <address@hidden>
AuthorDate: Fri Sep 6 17:03:16 2019 +0200

    document Aqbanking jobs
---
 pintan/aqbanking.txt | 34 ++++++++++++++++++++++++++++++++++
 1 file changed, 34 insertions(+)

diff --git a/pintan/aqbanking.txt b/pintan/aqbanking.txt
new file mode 100644
index 0000000..6a500c4
--- /dev/null
+++ b/pintan/aqbanking.txt
@@ -0,0 +1,34 @@
+
+Needed steps
+============
+
+The PIN/TAN method offered by Aqbanking needs to pass through
+the following steps:
+
+# user creation:
+  $ aqhbci-tool4 adduser -s 'https://hbci-pintan.gad.de/cgi-bin/hbciservlet' 
-u VRK588XXX -c VRK588XXX -N 6726405XXX -b 43060967 -t pintan --context=1
+
+# Then get the "sysid".
+$ aqhbci-tool4 getsysid --user=U
+
+# Finally, give the following command to "unlock" the user.
+$ aqhbci-tool4 getitanmodes --user=U
+
+# If the three commands above all worked out, then balance
+# and transactions list should be available.  Try this with
+# the following commands.
+
+$ aqbanking-cli request --balance
+
+# and
+
+$ aqbanking-cli request --transactions
+
+
+Jobs
+====
+
+Some commands from aqhbci-tool4 are considered 'jobs', like the "getsysid".
+Upon the creation of each job (made via "AH_Job_new()"), Aqbanking extracts
+one sub-node from hbci.xml, notably the one whose 'id' matches the job's name,
+and makes the fresh node point to it.

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

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