#akram.alsaidi
1 messages · Page 1 of 1 (latest)
Hi! Let me help you with this.
ok sure
I am not sure I am following the question. Could you elaborate please?
by refresh url for return the user to login form to make connect one more time ?
It should basically redirect the user back where they came from.
return the user to this form ?
Best explained here: https://stripe.com/docs/api/account_links/create#create_account_link-refresh_url
or redirect to our website ?
To your website, yes.
and about return url also the same to redirect to our website ?
It could be the same, or different, depending on how you want it to work:
- return_url is when the onboarding flow is completed or left.
- refresh_url is when the onboarding link is not working for some reason.
Now you can use this information to construct your own plan. refresh_url can for example automatically generate a new link and redirect the user right away. Or have them press the button again. It's your choice.
Perfect thank you now is clear
Now my question is :
can i use on_behalf_of param wit stripe_account param ?
or just one param
Depends what you're trying to do. If you are planning to use the same acct_xxx then it's not needed - just use the stripe_account header
thank you
Happy to help!