#anjali - onboarding

1 messages · Page 1 of 1 (latest)

sonic fossil
#

Hello! Just starting a thread for you -- I'll review and respond as soon as I can 🙂

#

not recognizing logged user

#

You mean your own site doesn't recognize the user?

cobalt star
#

I have implemented stripe onboard as amenu. That menu is only accessible once logged in our website account

#

Let say a user 'XYZ' logged into our website along with other dashboard menu that user can access stripe onboard. User clocks on that menu and it take him to the stripe platform for completing onboard and redirects back to our website and not recognizing which user is logged in. Thta means if the same user login to system it still asking to complete onboard

#

i havew implemented code like once it complete onboard and redirect back to our website , it stores stripe id and login link in our database

sonic fossil
#

OK well you will need to manage the auth for the returning user in your own systems

#

You can include an ID in your return URL to facilitate this if needed

#

but you'd likely still need to validate/authenticate that for security

cobalt star
#

i checked in my local no issues. problem after making it live

sonic fossil
#

OK but this is not related to your stripe integration, if accounts are created and onboarded successfully

#

this has to do with how you process returning users in your system

sonic fossil
#

Whatever you need -- when setting up the connect onboarding account links you control the return URL

#

you can include a custom/unique user identifier in that URL if you need it