#qualle-externalaccount
1 messages · Page 1 of 1 (latest)
hello! can you share what you're seeing on the frontend and what's the id you're seeing on the backend?
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
if you're using financial sessions, is there a reason why you're using plaid also?
its not plaid its just the financial sessions dialog box
financial sessions already help to verify the account - this is the guide you would want to follow if you're using financial sessions : https://stripe.com/docs/financial-connections/connect-payouts
so is there any reason to use createExternalAccount if using financial sessions?
or it must be stripe.accounts.update
you still need to create the external account as per https://stripe.com/docs/financial-connections/connect-payouts?platform=web#create-an-external-payouts-account
Learn how to collect your Custom connected account’s bank account and use account data to enhance payouts.
ahh stripe.accounts.update ok
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?
sounds like you know what steps to take after looking at the guide. let me know if you're still having trouble
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
can you share the request id?
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
what API request are you making that is throwing the error An error occurred, developers have been alerted?
can you share the request id for those requests then : https://support.stripe.com/questions/finding-the-id-for-an-api-request ?
or you can't find the request id at all?
not showing up in logs
I'm just really confused at this point , because it creates the external account
gimme a while to see what i can find
scroll down and click on From this account tab
you can see that you are actually sending requests to update the external account successfully
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?
I'm using firebase trigger with try..catch
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
you're welcome. I'll try and find some time to test it out and let you know how it works for me later
cool. yes - bottom line is bank account id coming from financial/sessions is different than whats created with stripe.accounts.update