Skip to content

Commit

Permalink
doc: truelayer accounts
Browse files Browse the repository at this point in the history
  • Loading branch information
markferry committed Sep 16, 2021
1 parent bc9dcb6 commit 69f6a02
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion docs/importers.rst
Original file line number Diff line number Diff line change
Expand Up @@ -78,11 +78,22 @@ Create a file called truelayer.yaml in your import location (e.g. download folde

.. code-block:: yaml
baseAccount: <Assets:MyBank:>
baseAccount: <Assets:MyBank>
client_id: <CLIENT ID>
client_secret: <CLIENT SECRET>
refresh_token: <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
--------
Expand Down

0 comments on commit 69f6a02

Please sign in to comment.