#swaroopnagothi25_api
1 messages · Page 1 of 1 (latest)
đź‘‹ Welcome to your new thread!
⏲️ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.
⏱️ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.
đź”— This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1403410356935721150
📝 Have more to share? Add more details, code, screenshots, videos, etc. below.
Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
- swaroopnagothi25_api, 3 days ago, 20 messages
đź‘‹ Hi, it sounds like this gets refreshed once a day if you are subscribed to transaction data
https://docs.stripe.com/financial-connections/transactions#subscribe-to-transactions
You can check the status of the most recent transaction refresh from the transaction_refresh property
https://docs.stripe.com/api/financial_connections/accounts/object#financial_connections_account_object-transaction_refresh
You can also make an API call to manually trigger a refresh.
https://docs.stripe.com/api/financial_connections/accounts/refresh
When you subscribe to an account’s transaction data, Stripe automatically retrieves new transactions in the background every day and notifies you when they’re available. Subscribing to daily updates is the easiest way to keep the account’s transaction data up to date. For example, i add an bank account throgh financial connection, and then subscribed to the transaction. so the subscription will make a transaction referesh. so for the first time, will it fetch all the old transactions or just the transactions from the date bank account added
After a transaction refresh you can make an API call to retrieve transactions, Stripe returns a paginated list of up to the last 180 days of transaction history on an account, depending on the account’s financial institution.
https://docs.stripe.com/financial-connections/transactions#retrieve-transactions