Skip to content

Commit 7282fb5

Browse files
committed
Add note on system IDs to docs
1 parent 3c47458 commit 7282fb5

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

docs/tans.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,13 @@ You SHOULD use this facility together with the client and dialog state restorati
154154
print(response.status)
155155
print(response.responses)
156156
157+
System IDs
158+
----------
159+
160+
During your first connection, the bank will assign your client application a "system ID" accessible
161+
as ``client.system_id``. Some banks require you to pass the same system ID with your next connection
162+
with ``FinTS3PinTanClient(..., system_id=stored_system_id)`` to avoid a TAN requirement on every login.
163+
(This happens automatically when using ``from_data``).
157164

158165
Reference
159166
---------

0 commit comments

Comments
 (0)