#ali-osaid_api
1 messages ¡ Page 1 of 1 (latest)
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.
- ali-osaid_api, 13 hours ago, 9 messages
- ali-osaid_api, 21 hours ago, 30 messages
đ Welcome to your new thread!
â˛ď¸ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.
âąď¸ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.
đ This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1271003377555472448
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
For react native, you can create a universal link that deep links into your app
it say not a valid url
{
"code": 500,
"msg": "Server Error: Something Went Wrong!",
"status": false,
"data": "Not a valid URL"
}
Universal link is in the form of https:// as an URL
The example code you share is not an universal link, but a custom URL scheme
is there any other approach for creating connect account
without this refresh and return url
If you use Stripe hosted onboarding, refresh and return URL are required to complete the connected account onboarding
hi! I'm taking over this thread.
if an account is restricted, you can re-send a new account link for the merchant to provide the missing information
is this in test mode or live mode?
test mode
did you use the test numbers mentioned in this page? https://docs.stripe.com/connect/testing
ill try this thanks