#khoi

1 messages · Page 1 of 1 (latest)

cerulean ploverBOT
hoary talon
#

Hi there! I'm not sure if there's a Dashboard export/report for this but there's a way to do this using the API

remote lily
#

gotcha. thank you

#

another unrelated question

#

my user went through stripe express connect successfully acct_1MIdVg2fkPfhNA30

#

however, i dont see it in our connect account list and we aren't able to make charges on behalf of this account

#

do you mind taking a look to see what's going on before i scrub his entry in our db so he has to reconnect Stripe

#

i dont see this in error logs either

hoary talon
#

looking!

remote lily
#

thank you

hoary talon
#

ah, looks like the connection between that express account and your platform was removed after the platform tried to reuse the authorization code received during the OAuth flow

#

this likely means something in your code is trying to reuse authorization codes

remote lily
#

it was recommended to move away from oauth express onboarding right?

hoary talon
#

yep, that's right. the recommended way of onboarding connected accounts is by using account links

remote lily
#

is there anyway to recover this account

#

or they have to reconnect?

hoary talon
#

you'll need to have the Express account go through OAuth again

#

Still, I recommend moving away from OAuth going forward