#shaunneal_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/1354506650593267873
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
Hi, it looks like that financial account is inactive so that call should not work: https://docs.stripe.com/error-codes#financial-connections-account-inactive
It's working as expected.
You can retireve that fca_, https://docs.stripe.com/api/financial_connections/accounts/object#financial_connections_account_object-status and look at the status before making that call
ya but its weird because i just made the connection
i created the session at 12:49
then used it to get balance and transaction at 12:50
tried again at 1:13 and it says inactive
ive had this same pattern several times now
oh, do i need to make a new session every time?
i dont think i had to do that before
It sounds like it asked for additional actions like 2FA but that was not performed
No, you do not need a new session each time
Your fca_ need to be authernticated first and be active
ya i got that part working
this is returning "inactive" for status
oh interesting
when the user did the login, it asked about "link" like there was a secondary dialog
and there was an option "skip this step"
but whats weird is that we got transactions
They would need to authenticate and once that is done, you'd see an active status for that account
ok i will tell the user not to skip that 2fa step
Sure
ya its just weird that its active at the start and then goes inactive
maybe the bank is doing something after 5 or 10 minutes
Unsure, we won't have exposure to what the issuing bank does. However, from our end, I can confirm that 2FA needs to succeed