views:

59

answers:

2

Can we get credit card number from user or paypal details & use them for premium service of our application ?

is apple accept this application if we directly get this information & use it in our api on server for transaction. Using ssl will be accpted by apple ?

I have check from 1) http://stackoverflow.com/questions/1763306/credit-card-purchase-of-physical-goods-via-an-iphone-application

2) http://stackoverflow.com/questions/1707701/receiving-payments-trough-paypal-and-credit-card

3) http://stackoverflow.com/questions/1366864/using-the-paypal-api-in-an-iphone-application

but not clear about all...

A: 

PayPal will not give you your customer's credit card information. The customer might not even have paid with a credit card -- they could have used PayPal balance, eCheck, etc.

You can use PayPal IPN to get information about a transaction.

Ben Herila
just credit card number..sorry for language ..
Hiren Gujarati
They will not give you any credit card information, including the number or expiration date.
Ben Herila
+1  A: 

As far as I understand it isn't 100% clear. If you'll sell music or additional levels, or some additional item in the game - Apple will reject it. Because for this cases there is In-App purchase.

If you sell something like flight tickets - it won't be a problem. AFAIK paypla provides an API, and there are few APIs wich allows you to process Credit Crads without Paypal.

OgreSwamp
So what would be good for me for my application that instantly requires credit card or paypal information for transaction.
Hiren Gujarati