-
Notifications
You must be signed in to change notification settings - Fork 154
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fixing #490 Improve bank sync instructions #603
base: master
Are you sure you want to change the base?
Changes from 9 commits
2a87276
fb3bdbc
6877b5e
fffaf0e
4fd04c5
9bd8125
3ffe5fc
bb8503f
e982ddd
15fffec
8c92de7
125ab14
20e8fdd
0485bf2
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
This file was deleted.
Large diffs are not rendered by default.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
# Connecting Your Bank | ||
|
||
We are excited to offer optional bank integration in Actual. | ||
|
||
## Considerations | ||
Here are a couple of considerations to know about before making the decision to use bank sync in your installation of Actual Budget. | ||
|
||
- This integration relies on you providing your own API credentials that you will need to get by signing up with the service provider and Generate Keys and Secrets that will be used in Actual. | ||
|
||
- The integration only works if you are using actual-server. | ||
|
||
- The Secrets and Keys are stored in your Actual installed version so it is highly recommended to turn on End to End encryption and create a strong passphrase to encrypt your files. | ||
|
||
- You will need to add a config file to your installation. | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This isn't true. You don't need one for simplefin at least. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Nor GoCardless |
||
|
||
|
||
## Supported Providers | ||
|
||
* [GoCardless (European Banks)](/docs/transactions/bank-sync/gocardless) | ||
* [SimpleFIN Bridge (North American Banks)](/docs/transactions/bank-sync/simplefin) | ||
|
||
|
||
## Does Actual Sync Automatically With Your Bank? | ||
|
||
At this moment, it is not yet possible for Actual to automatically sync with your bank. You need to do this manually by going to "All Accounts" and pressing "Sync". | ||
|
||
![Image showing where in the GUI you can sync your bank accounts](/static/img/connecting-your-bank/syncing-with-your-bank.png) | ||
RubenOlsen marked this conversation as resolved.
Show resolved
Hide resolved
|
||
|
||
|
||
## A Small Tips on Starting From Scratch With Bank Sync in Actual | ||
|
||
If you are setting up Actual for the first time, it is much easier not to try to pull in historic data. This has caused some users a lot of headaches with subsequent reconciliation. | ||
RubenOlsen marked this conversation as resolved.
Show resolved
Hide resolved
|
||
|
||
The following process may be more helpful: | ||
|
||
1. Set up your account in Actual specifying a correct opening account balance at a recent date. | ||
2. Link the account one of the supported providers (GoCardLess or SimpleFIN). | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Probably add how to do the link process via the account menu. |
||
3. Sync the account with the chosen provider. You should find that only transactions subsequent to the opening account balance entry are imported, making reconciliation easy. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This seems not quite right. The keys are stored in the server so it shouldn't matter that much if encryption is enabled or not.