Security concerns with using Stripe checkout over Cordova

后端 未结 2 1894
猫巷女王i
猫巷女王i 2021-02-07 13:02

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 serv

2条回答
  •  谎友^
    谎友^ (楼主)
    2021-02-07 14:04

    I posted an answer related to this in a similar question. If you control a custom API, give it https protection and send your whole checkout form down into an iframe (source set to your API endpoint).

    Then use a plugin like Cordova-HTTP for SSL pinning, and you should be more secure!

    Original answer: Implement Stripe Payment Gateway in Cordova/Phonegap Application

提交回复
热议问题