#sweets8594

1 messages · Page 1 of 1 (latest)

marble pathBOT
#

Hello! We'll be with you shortly. Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.

brisk hazel
#

What URLs have you tried?

devout canopy
#

The URL that we receive from stripe.accountLinks.create

#

I send it to frontend

#

then I'm opening it using webview

#

then after completing onboarding

#

I need to get back to app

brisk hazel
#

I understand your question already, I'm just asking if there's anything you've tried already.

Like looking up docs/googling recommendations

#

You may need to setup a custom URL scheme/Universal link
https://reactnative.dev/docs/linking

I don't believe the return_url supports passing custom URL like 'your-app://xxx' yet
so, ideally you can redirect users to some URL on your website/server that then opens the app using the Universal link

#

does that make sense @devout canopy ?

devout canopy
#

yeah i'll try