#akram.alsaidi

1 messages · Page 1 of 1 (latest)

grim oceanBOT
elfin heath
#

Hi! Let me help you with this.

keen mica
#

ok sure

elfin heath
#

I am not sure I am following the question. Could you elaborate please?

keen mica
#

by refresh url for return the user to login form to make connect one more time ?

elfin heath
#

It should basically redirect the user back where they came from.

keen mica
#

return the user to this form ?

elfin heath
keen mica
#

or redirect to our website ?

elfin heath
#

To your website, yes.

keen mica
#

and about return url also the same to redirect to our website ?

elfin heath
#

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.

keen mica
#

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

elfin heath
#

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

keen mica
#

thank you

elfin heath
#

Happy to help!