#filia_api

1 messages Β· Page 1 of 1 (latest)

weak sorrelBOT
#

πŸ‘‹ 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/1412945059019755554

πŸ“ Have more to share? Add more details, code, screenshots, videos, etc. below.

quiet spoke
#

Hello πŸ‘‹

What specifically are you doing with this Financial Connections Account?

twilit lagoon
#

We're calling balance refresh-

Small snippet:

 result, err = stripeAccount.GetByID(account.StripeAccountID.String, balanceParams)```
#

This works pretty consistently for other accounts/users.

quiet spoke
#

Since you say this is working for other accounts/users, do you know if the banking institution is the same as other users?

twilit lagoon
#

So is it just straight up something that stripe doesn't have access to for these?

quiet spoke
#

Not necessarily. Are you seeing actual balances, just the numbers are off?

twilit lagoon
#

Yea. We're seeing 269k and the user is reporting that the actual balance is closer to 335k.

quiet spoke
#

For smaller banks we have to work with a 3rd party aggregator to get access to this data and that service may not update the data as quickly as with our larger partners.

twilit lagoon
#

The institution is Charles Schwab and it's been reporting the incorrect number for ~2 months

quiet spoke
#

Do you have an example API request ID I can take a look at?

twilit lagoon
#

Where can I find this?

quiet spoke
twilit lagoon
#

req_wRQfDX94L5CVyg

quiet spoke
#

Thanks, taking a look

#

Okay it looks like we have a balance snapshot from today at 9:29 UTC for ~$335

#

That snapshot was refreshed 6 hours after your request, which happend at 03 23 UTC

weak sorrelBOT
quiet spoke
#

The balances are refreshed every day

twilit lagoon
#

So why is it still returning 269?

#

this one is from ~40 minutes ago

astral fable
#

πŸ‘‹ hello taking over the thread from my colleague, give me awhile to catch up

twilit lagoon
#

This same one was fetched yesterday at 8am and returning the same.

twilit lagoon
astral fable
twilit lagoon
#

Why isn't that updating?

#

In addition to the code I posted above, I have this beforehand:

#
                        Features: []*string{stripe.String("balance")},
                    }
                    result, err := stripeAccount.Refresh(account.StripeAccountID.String, params)```
astral fable
twilit lagoon
#

So it seems Charles Schwab itself is returning the very old data on this account?

astral fable
#

Currently it seems that way, let me see what else I can find, give me awhile more

twilit lagoon
#

Thank you

astral fable
#

thanks for holding on. based off the internal logs we have, it seems like we could be running into errors getting the new balance from the bank, but I will need to raise this with the relevant product team to be sure. Do you mind if I drop you a dm to create a case with me, and we'll work to resolve this async over email?

twilit lagoon
#

Yea, that's totally fine.

weak sorrelBOT
#

Hello @twilit lagoon, we have sent you a direct message, please check it at https://discord.com/channels/@me/1412955998674751548

  • πŸ”—The message has instructions on how to open a direct support case with our Developer Support team, in order to help you more effectively.
astral fable
#

please log into your Stripe account before you visit the support contact link sent in the dm

twilit lagoon
#

I'm logged in- where do I open it at? It's taking me to

astral fable
#

Hmm there should be a chat pop-up asking you to select your Stripe account

twilit lagoon
#

Lemme give it antoher go

astral fable
#

maybe could you try to close and reopen the link

twilit lagoon
#

Oh there we go.

#

Okay, should be done.

astral fable
#

yup I got it, our team will be in touch soon

twilit lagoon
#

Thanks very much, have a good evening.