I have been trying to get Stripe checkout working with Cordova iOs 4.2.0 and am having no luck. The last Cordova iOs version this works with is 3.9.2. To test I made an empty he
I was banging my head against the wall for days looking for a solution to this. Solution was to add the following two lines to my config.xml
file:
<access origin="*" />
<allow-navigation href="https://*.stripe.com/*" />
Hope this helps!
EDIT: Updated solution with suggestion from @TateThurston