-
Notifications
You must be signed in to change notification settings - Fork 147
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
Clarified how often budgeteers can pull data via GoCardless #479
base: master
Are you sure you want to change the base?
Conversation
Previous documentation listed "up to 50 pulls a month". That is not the case. According to https://gocardless.com/bank-account-data/ and https://bankaccountdata.zendesk.com/hc/en-gb/articles/11528933493916-Bank-Account-Data-API-Usage-how-is-your-usage-number-calculated the limit is on connections, but the number of pulls is unlimited within those connections (nevermind that fact that the banks may rate limit the number of pulls, which they seem to do).
✅ Deploy Preview for actualbudget-website ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
@matt-fidd does this all seem accurate? I don't know about the gocardless limits. |
The change with regard to 50 connections is correct. The rate limit part is not strictly true any more, GoCardless recently introduced strict rate limits on their side in front of the bank imposed ones. There's a bit more info in actualbudget/actual-server#431 |
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 looks good to me. @youngcw && @matt-fidd merge time?
@RubenOlsen not yet, from my earlier comment:
|
Previous documentation listed "up to 50 pulls a month". That is not the case. According to https://gocardless.com/bank-account-data/ and https://bankaccountdata.zendesk.com/hc/en-gb/articles/11528933493916-Bank-Account-Data-API-Usage-how-is-your-usage-number-calculated the limit is on connections, but the number of pulls is unlimited within those connections (nevermind that fact that the banks may rate limit the number of pulls, which they seem to do).