Skip to content

Commit

Permalink
📝 #8 Extend PayPal documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
robvankeilegom committed Jul 9, 2022
1 parent 39dc5b4 commit 750bdd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ This importer retrieves all your transactions via the PayPal API and loads them

## Getting Started
To start importing data you'll need a couple of things:
- A PayPal `ClientID` and `ClientSecret`. These can be generated at the [PayPal Developer Dashboard](https://developer.paypal.com/developer/applications). Make sure to generate a client for **live** transactions.
- A PayPal `ClientID` and `ClientSecret`. These can be generated at the [PayPal Developer Dashboard](https://developer.paypal.com/developer/applications). Make sure to generate a client for **live** transactions. Under `LIVE APP SETTINGS` the only required `App feature options` is `Transaction Search`.
- A Firefly Personal Access Token. Read more about this [here](https://docs.firefly-iii.org/firefly-iii/api/).
- The ID of the asset account in Firefly. In Firefly, open `Accounts > Asset Accounts` and click on your PayPal account (or make a PayPal account). In the account overview the ID of the account will be in the URL. Something like: `http://firefly.box/accounts/show/xxx`. Where `xxx` will be the account id.

Expand Down

0 comments on commit 750bdd2

Please sign in to comment.