I am using node as backend with ionic and integrated payment gateway. Steps i followed : -
- Sent post request to payment gateway with desired parameters.
- Received post request to my server after successful transaction.
- Now redirected flow from server to ionic app with localhost:8100 Here is something, i have been stuck up. How to redirect the flow from server to ionic app after publishing because here i don't know what URL i need to use to open the desired page of my app in mobile device.