Skip to content

Commit

Permalink
Add note on system IDs to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelm committed Oct 26, 2024
1 parent 3c47458 commit 7282fb5
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/tans.rst
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,13 @@ You SHOULD use this facility together with the client and dialog state restorati
print(response.status)
print(response.responses)
System IDs
----------

During your first connection, the bank will assign your client application a "system ID" accessible
as ``client.system_id``. Some banks require you to pass the same system ID with your next connection
with ``FinTS3PinTanClient(..., system_id=stored_system_id)`` to avoid a TAN requirement on every login.
(This happens automatically when using ``from_data``).

Reference
---------
Expand Down

0 comments on commit 7282fb5

Please sign in to comment.