Security concerns with using Stripe checkout over Cordova
问题 I'm looking into using Stripe.js for payment processing in a mobile web application wrapped in Cordova. According to the Stripe documentation all checkout pages should be served over https. Since Cordova will technically be serving these pages locally in a webview, are there any security concerns I should worry about? Note: I will still be using https to submit the tokenized card details from Stripe to my remote API server to actually complete the charge. 回答1: I'm an engineer at Stripe.