I am able to deep link into the Venmo App to get a payment request authorized.
I am though presented with a success message in the Venmo App that tells the user to switch back to the App/browser. I need to automate the switch back to my App. I know that the Venmo App supports providing a scheme to deep link back into the requestor App but I cannot find it in their documentation.
I can deep link into the venmo app using a simple javascript call to window.open() with url:
I see that instead the when I use the web redirect approach it uses some x-{status} parameters like x-success (not sure if helpful):