#qualle-externalaccount

1 messages · Page 1 of 1 (latest)

tame plover
#

hello! can you share what you're seeing on the frontend and what's the id you're seeing on the backend?

vital charm
#

it might be worth mentioning that i'm using financial sessions with the plaid-style ui

#

to capture bank account info

#

and then sending response to backend which calls createExternalAccount with the id retrieved from the token

#

ba_1LTJ9NFAWKEWQzfq7AV2JgdM id i'm seeing from plaid ui

#

ba_1LTJ9x2XKGhxupIz1T7yZyzY

#

id of external account created

tame plover
#

if you're using financial sessions, is there a reason why you're using plaid also?

vital charm
#

its not plaid its just the financial sessions dialog box

tame plover
vital charm
#

so is there any reason to use createExternalAccount if using financial sessions?

#

or it must be stripe.accounts.update

tame plover
vital charm
#

ahh stripe.accounts.update ok

tame plover
#

i'm a bit confused by what you mean by plaid-ui, can you share a bit more on what you mean by that?

#

are you using plaid?

vital charm
#

I just mean the pop up that comes with financial sessions

#

no

tame plover
#

sounds like you know what steps to take after looking at the guide. let me know if you're still having trouble

vital charm
#

thank you, createExternalAccount must assign new id I guess

#

yea it still doesn't work

#

does exact same behavior

#

both api's seem be throwing an error that says An error occurred, developers have been alerted

tame plover
#

can you share the request id?

vital charm
#

whats even more strange is i'm seeing the financial/sessions request: req_28xJ3LibAzjsW2

#

but not the stripe.accounts.update or createExternalAccount I was using

#

but the external account is there, with a different id

tame plover
#

what API request are you making that is throwing the error An error occurred, developers have been alerted?

vital charm
#

stripe.accounts.update or createExternalAccount

#

both threw it

tame plover
#

or you can't find the request id at all?

vital charm
#

not showing up in logs

#

I'm just really confused at this point , because it creates the external account

tame plover
#

gimme a while to see what i can find

vital charm
#

No rush

#

I bet it has something to do with using test tokens for banks

tame plover
#

scroll down and click on From this account tab

#

you can see that you are actually sending requests to update the external account successfully

vital charm
#

ah I see

#

I've never seen this screen, I always go to developers -> logs

tame plover
#

if it helps, i just realized that tab exists very recently also

#

i'm still not entirely certain why you're receiving An error occurred, developers have been alerted

#

can you share a screenshot of that error?

#

are you sure that error message is from Stripe?

vital charm
#

I'm using firebase trigger with try..catch

tame plover
#

i suspect that's not an error from Stripe

#

we don't have such an error message afaik

vital charm
#

ok this helps

#

however the external account is still created with a different bank account id

#

only issue I'm facing really

#

everything perfect besides that

#

because I cannot delete the external account from UI

#

I'll figure it out. I must be doing something wrong

#

I really appreciate your help

tame plover
#

you're welcome. I'll try and find some time to test it out and let you know how it works for me later

vital charm
#

cool. yes - bottom line is bank account id coming from financial/sessions is different than whats created with stripe.accounts.update