#daag-connect-returnurl
1 messages ยท Page 1 of 1 (latest)
Hello
No that's not possible -- you would want to calculate this dynamically in your code prior to setting the return_url in your API request
yes, I am doing this. I pass the correct return_url to stripe. But I think I must pass in valid uri to the stripe dashboard too?
I want something like https://blocklive.io/manage/payouts/userId
where userId is different for every user using connect
๐ hopping in here since bismark has to head out soon
๐
Are you planning to only use the Oauth onboarding flow? Would you be okay with using Account Links intead?
daag-connect-returnurl
What are the tradeoffs?
Account Links would allow you to dynamically calculate the return_url like you want: https://stripe.com/docs/api/account_links/create#create_account_link-return_url
But if you want the ability to connect existing stripe account to your platform you'll need oauth (which wouldn't allow for a dynamic return_url)
Account links will also work with connect, they j ust won't work for an already existing stripe account
and no, this isn't something we're likely to support anytime soon
If you have a stripe account, I want you to be able to sign in and start accepting payments on our platform
Will account links be able to help me do this or no?
No, then your only optoin woudl be to use oauth