#Amit-android-returnURL
1 messages ยท Page 1 of 1 (latest)
Hello ๐
Let's chat in this thread.
I'll link your previous messages here just for the context
okay thanks
any solution or example?
just to make sure I understand it correctly, you want to redirect the users back to your app and not the website right?
Yes
gotcha! In that case just like my colleague mentioned earlier you need to actually redirect to a native URL like myapp://xxxxyyyy.zzzz and not to a https:// link
yup will keep it open ๐
Thanks
"return_url":"roadcallapp://www.roadcall.co/payment/return_url"
InvalidRequestError at /payment/account/link/v1/
Request req_QW8ZYE4FYMed60: Not a valid URL
Throwing error as invalid url
OH! seems like I missed a step earlier
for the return URL we do expect to see a https:// link
You should provide a URL from your server which would then redirect to their app:
https://www.roadcall.co/payment/return_url that redirects to roadcallapp://www.roadcall.co/payment/return_url
sure