.. autoclass:: fints.client.FinTS3Client
:members: start_sepa_debit
+ :noindex:
You should then enter a TAN, read our chapter :ref:`tans` to find out more.
The most simple method allows you to get all bank accounts that your user has access to:
.. autoclass:: fints.client.FinTS3Client
+ :noindex:
:members: get_sepa_accounts
This method will return a list of named tuples of the following type:
You can fetch the current balance of an account with the ``get_balance`` operation.
.. autoclass:: fints.client.FinTS3Client
- :members: get_balance
+ :noindex:
+ :members: get_balance
This method will return a list of ``Balance`` objects from the ``mt-940`` library. You can find more information
-in `balance <their documentation>`_.
+in `their documentation <https://mt940.readthedocs.io/en/latest/mt940.html#mt940.models.Balance>`_.
Reading account statements
operation.
.. autoclass:: fints.client.FinTS3Client
+ :noindex:
:members: get_statement
This method will return a list of ``Transaction`` objects from the ``mt-940`` library. You can find more information
-in `their documentation`_.
+in `their documentation <https://mt940.readthedocs.io/en/latest/mt940.html#mt940.models.Transaction>`_.
Fetching holdings
You can fetch the holdings of an account with the ``get_holdings`` method:
.. autoclass:: fints.client.FinTS3Client
+ :noindex:
:members: get_holdings
This method will return a list of ``Holding`` objects:
.. autoclass:: fints.models.Holding
-
-
-.. _their documentation: https://mt940.readthedocs.io/en/latest/mt940.html#mt940.models.Transaction
-.. _balance: https://mt940.readthedocs.io/en/latest/mt940.html#mt940.models.Balance
used by the bank:
.. autoclass:: fints.client.FinTS3Client
+ :noindex:
:members: get_tan_methods
.. autoclass:: fints.models.TANMethod1
Once obtained the TAN, you can send it with the ``send_tan`` client method:
.. autoclass:: fints.client.FinTS3Client
+ :noindex:
:members: send_tan
For example: