#filia_code

1 messages ¡ Page 1 of 1 (latest)

frank spearBOT
#

👋 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/1344160830605758546

📝 Have more to share? Add more details, code, screenshots, videos, etc. below.

river zealot
#

Hi! Do you have an financial account ID I can look at?

wary lion
#

Yea one second, lemme grab one

wary lion
river zealot
#

Hi! I see the account is inactive as it was closed. We sent an event financial_connections.account.deactivated (evt_1QfQxrHwA5mZiBsvFToiphnI) once it was inactive.

wary lion
#

What triggers making it inactive? is there any way to just keep an fca active?

river zealot
#

We send this event when the status changes after a refresh, if we detect that the account connection is broken. You should set up a webhook to listen to this event so you'll know when a change happens.

You ca read more about the events for financial connections here: https://docs.stripe.com/financial-connections/webhooks

wary lion
frank spearBOT
last glen
#

Yeah could be the bank itself changes or the customer revoke from their request with the bank etc.. Anything outside of your control

wary lion
#

Darn, was hoping we had a way to keep it open. Thanks! We'll probably implement a flow to reauth or something similar

last glen
#

Yeah it's always best to account for the worst case!