Reputation: 752
I'm developing an Android app, in which users enter and (securely) save their credit card information. I'd then like users to have the option of making payments via PayPal. If the user has a PayPal account, it seems quite simple, but some users won't. Is it possible to make a PayPal payment using the stored credit card information rather than by having the user sign in to PayPal?
Thanks, any help would be much appreciated.
Upvotes: 2
Views: 361
Reputation: 7027
According to PayPal's website, "your buyers don't need a PayPal account". Specifically looks like you could use the Direct Payment API.
Upvotes: 1