#benkass
1 messages · Page 1 of 1 (latest)
Hi, could you summarize the context from previous thread? Which API is that?
Sure. I have merchants creating connected accounts with standard accounts. If they don't finish the onboarding, we need to give them a way to finish it
I store the connected account id. I assumed I could have them pick up where they left off
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
that's the right one
And when you passed account_update it errored? Could you find the request id req_xxx from https://dashboard.stripe.com/test/logs?
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
Oh it does tell "custom" only
yup
Yeah I think for Standard they have the email and password they set initially, so they can always continue to login to Stripe Dashboard
Oh yeah, that's what I was looking at right now.
Custom account, on another hand, doesn't have access to Dashboard, so there is a way for them to continue the flow
gotcha