viji
viji

Reputation: 23

Is there any iOS API for credit card transaction?

I am working on a Point of Sale app in which buyers can pay via paypal or credit card. I found there are some implementation of paypal transaction. Can anyone help me to implement credit card transaction by reading the credit card details?

Upvotes: 1

Views: 479

Answers (1)

Leon
Leon

Reputation: 4532

Are you selling any physical goods? If not, I would look into the iOS in-app-purchase program.

Otherwise, I know PayPal can process credit-cards even without registering (for non-members, like a temporary transaction) - thus dealing with all the CC details on your behalf. Have you tried this?

Hope this helps

Upvotes: 2

Related Questions