How we can pass the specific browser in Return URL while payment process - checkout

I am working with the DBS Paylah Payment process.
Where for web to paylah app checkout i have integrated Deep linking Paylah app
When user select the DBS Paylah option it will open the Payment application to pay amount before that i am generating the payment request using API call from web browser itself where i am passing the Return URL
Now if user have opened the chrome browser mobile application and using the web pos and when user try to pay amount using DBS PayLah app then it is returning url perfectly but the issue is if user have selected the Default Browser as another browser then it will not redirect the result on browser where web POS is open it will redirect on the Default browser selected by the user
So how we can pass the specific browser in the Return URL where return url i am passing as below
$return_Url = "www.example.com/payment_success.php";

Related

How to use Google OAuth 2 in facebook embedded browser

I have a new website that require users to log in with Google login (using react-oauth/google package).
The problem starts when users clicking on my website link from the facebook mobile app, and then they're redirected to the website in the facebook embedded browser.
However, since last year, Google login blocks embedded browsers.
Is there any way to either:
Configure something so people coming in from facebook could log in using google-login, without the need of redirecting them to a different mobile browser?
If not, how can I redirect the users out of facebook and into their mobile default browser? window.location.href="my.url" don't actually openning any browser in the mobile.

Garmin Connect OAuth login page don't work correctly in WkWebview

We have a webapp that has a page that allows users to link its Garmin Connect account with his/her account
But when I open the Garmin page in the WkWebview I've this page that I cannot interact with the buttons
The only quick fix I've found is to open the URL in a SFSafariViewController , sadly this requires us to re-log the user before opening the URL (with a token) that’s why I'm not happy with this solution (and I want to avoid using other things than our wkwebview).

Ionic - After successful payment app redirects user to external browser

I am using the Novalnet payment gateway and using it as an iframe on my ionic app. So when a user makes a payment the Novalent redirects user to Redirect URL, which must be also in an iframe, but now what's happening is it's redirecting the user to an external browser. and due to which app is not working fine as it must be.
Please help how to stop this to opening URL in an external browser.
We tried iframe and inAPP browser also.

Using Browser I want to do open a url,for doing payment

In my iPhone app using Browser I want to open a url for processing a payment.
When webpage loads a button is displayed, on clicking the button a new page opens in a new window.
On that page user enters the payment details and payment is processed.
After payment we are directed to a success page.
The question is, how do I return to my application after payment?
If you own the success page, then you could define your own URI scheme, that will automatically open your application on the device. This is how some links open the iTunes app, via an itms:// URI scheme.
A good way to deal with this can be seen here:
Possible to handle your own http URL schemes in iOS?

How to become redirected to Facebook's Mobile Web URL

I would like to integrate an existing, external application with Facebook using Mobile Web method and its authenticated referrals as well as to be able to redirect user (incoming from a different place) to Facebook login page. I do not want it to be embedded in Facebook page.
If I understand correctly how the authenticated referrals work, I must somehow reach the authentication dialog which will redirect me to the Mobile Web URL, which I specified in the application configuration.
Additional information: I would like to avoid making the application public until it is ready, so I have set the Sandbox Mode setting to Enabled.
How to get the URL, with which I will be able to test authenticated referrals?
You can land at your game's Mobile Web URL page using following steps:
Switch your user agent to iPhone or other mobile.
Go to the http://m.facebook.com page.
Press the "identity" icon in the top left edge of the screen to show the bookmarks menu.
Look for the application in the Apps section.
Press the application bookmark.
Above procedure worked for me. My user was an admin of the project but it will probably work also for devs and testers (just a guess).