Help with External Link

Hi, Is there a way for my app to reroute to a specific page on my app once the client has made payment on an external page?

EG: After payment has been made, they come back to the payment confirmation page on the APP.

Your assistance will be highly appreciated :smile:

Pearl

You could have the external page to be a webview, and have a button to only appears when the payment was made and when clicking on the button you link them to the confirmation page

I am not sure I am following. So once my client clicks pay it goes to the payment information page, the guys at the bank gave me the following string to get it to return to the app: "redirectOnPaymentSuccess=https://google.com"where it says google as an example, where do I route it to for it to go back to the app once the payment is successful?

You can have a deep linking component where the callback url will be to the app. But the easiest way is this “payment screen” to be in the app and the website will be displayed in a webview. So no need to redirect the user “back” to the app because he will already be in it

1 Like
2 Likes

Thanks for your assistance, Much appreciated.

1 Like

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.