We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c47458 commit 7282fb5Copy full SHA for 7282fb5
docs/tans.rst
@@ -154,6 +154,13 @@ You SHOULD use this facility together with the client and dialog state restorati
154
print(response.status)
155
print(response.responses)
156
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``).
164
165
Reference
166
---------
0 commit comments