How can I accept credit card payments in my iphone app?
I wanted to do the following
- Allow users to give their credit card information
- When they do, send credit card to my server using https and proces credit card using stripe on my server.
Is that the right way to do this technically? How can I make sure the credit card information will stay secure?