How to refresh account balances #42
-
|
Is there a method to refresh all account balances (ForceRefreshAccountsQuery)? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
|
Hi @mbasith . There currently isn't a method to trigger the account balance refresh. Though taking a look at the API, it does seem possible through the GraphQL query you mentioned. I added this as a feature request here and when I have some free time, I'll give this a try. Th Though what kind of response from this method should this return? It seems like when forcing the account refresh, the response is just whether it was successful in triggering the force refresh and not when the forced refresh is completed. Should this wait until the account refresh is completed? Or maybe we could include another method to periodically check whether all accounts have completed the refresh similar to the Web UI? Thoughts on this @hammem ? |
Beta Was this translation helpful? Give feedback.
-
|
where is the documentation for the monarch money api? I have not been able to find it thru Google, and would like to see what other commands are available. Thanks |
Beta Was this translation helpful? Give feedback.
Hi @mbasith . There currently isn't a method to trigger the account balance refresh. Though taking a look at the API, it does seem possible through the GraphQL query you mentioned.
I added this as a feature request here and when I have some free time, I'll give this a try. Th
#43
Though what kind of response from this method should this return? It seems like when forcing the account refresh, the response is just whether it was successful in triggering the force refresh and not when the forced refresh is completed. Should this wait until the account refresh is completed? Or maybe we could include another method to periodically check whether all accounts have completed the refresh similar t…