Is there anywhere on earth that one can find info on using Stripe payment plugin to charge a credit card in an Ionic 3 app?? I want to fully integrate Stripe into my app, so it functions similar to the Uber app. Stripe’s ionic native plugin doesn’t seem to have charging functionality (it’s only for creating a token and validating card info, and nothing else), and I can’t find any tutorial showing how to charge a card & stuff.
I’ve searched google and all I’ve seen are plugins & templates for full integration, all for sale.
Any help would be greatly appreciated, as I’m at a stand still at the moment.
Want to check with you if there is any issue in production using this method? There is a warning that stripe needs a https connection and since this is an ionic app I am not sure how this is works?
Hi Thehuangkai, I haven’t tried it in production yet, but there shouldn’t be an issue. I get the warning as well.
Just be sure to host the PHP file on a secure https server.
Hope this helps.
Hi @ivan5182 , I can understand, And I have a https server. But the problem is that, in which file in the server, where I need to put this code. Like ( functions.php ) or other.