Skip to main content

2 posts tagged with "Stripe"

Stripe payment integration

View All Tags

Stripe Payment Integration with Firebase in Swift

· 13 min read
Full Stack Developer
Last updated on July 25, 2019

Any business that is developing an e-commerce application will certainly consider Stripe when it comes to processing payments. Stripe provides an awesome library that instantly enables users to use their mobile phones for online payments. Stripe SDK has increased in popularity tremendously in the last 5 years, and it represents our preferred payment processor in our app templates. Integrating Stripe Firebase in iOS is extremely powerful, but quite challenging, which is the reason why we have written this tutorial.

Accepting payments in your mobile app

· 6 min read
Full Stack Developer
Last updated on July 25, 2017

accepting payments

Accepting payments in your mobile app could be one of the core features your project supports, especially if you're selling physical products or services that are provided outside the app. For instance, any shopping app (e-commerce app) needs to have at least one way of accepting payments, within the app, so that users can buy products, directly with their phone and credit cards, and without too much overhead and friction.