I’m integrating Stripe Connect in my Bubble native mobile app. While creating the account link, Stripe requires a return_url parameter.
Since this is a native app (not a web app), I’m not sure how to properly create or handle this return URL. How can I generate or manage a return_url that works correctly for a native Bubble app?