What is the best way to store credit cards in an app? I will be processing payment using Stripe API.
Reasons: 1. Eliminate customer having to type in number every time 2. Easy one click payment
What is the best way to store credit cards in an app? I will be processing payment using Stripe API.
Reasons: 1. Eliminate customer having to type in number every time 2. Easy one click payment
I don't think you are allowed to store that information without PCI/DSS compliance: Storing Credit Card details in the iPhone App
As noted, you can't legally store that data in your app without major effort and expense to comply with PCI requirements.
That's one of the main selling points of services such as Stripe: they store all that data for you, and thereby remove that legal burden from you.
You can do all the things you're wanting to do by creating a customer and storing their card data in Stripe. See: https://stripe.com/docs/tutorials/charges#saving-credit-card-details-for-later