diff --git a/docs/importers.rst b/docs/importers.rst index 05258dc..87cc7fe 100644 --- a/docs/importers.rst +++ b/docs/importers.rst @@ -78,11 +78,22 @@ Create a file called truelayer.yaml in your import location (e.g. download folde .. code-block:: yaml - baseAccount: + baseAccount: client_id: client_secret: refresh_token: +The configuration may include a mapping from TrueLayer account IDs to beancount +accounts. e.g.: + +.. code-block:: yaml + + accounts: + 1aacb3110398ec5a2334fb0ffc2fface: Assets:Revolut:GBP + ec34db160c61d468dc1cedde8bedb1f1: Liabilities:Visa + +If it is present, transactions for *only these accounts* will be imported. + Nordigen --------