Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 7 years ago.
How can I accept credit card payments from within my iPhone app? The Credit Card Terminal is a good solution but that would mean my app's users have to have their iPhone app installed as well!
How can I do it all from within the app (using a UIWebView if need be)?
I did check out related questions on SO but none really answered the question.
This is not for in-app purchases (we can use StoreKit for that). This is for donations (and the app would be free as the Apple guidelines suggest)
Thanks.