Post form to a different/external domain or url in Meteor

I basically wanted to implement a payment mechanism in my Meteor app using a payment service provider but the information has to be posted in their url as the data are very sensitive and they require that those data be posted on their end. I can do this in web and I get redirected to their page with the form to fill up the card details being successfully rendered and with the data I posted but I’m not sure how to this in the mobile application itself. Please help. No hate. Thank you.

I believe Cordova supports both opening an in-app browser window as well as redirecting to the systems default browser. Search the Cordova docs/turorials and you should find the answer :slight_smile: