vote up -1 vote down star

I am iphone developer.i want to integrate payment gateway with iphone.But i dont know how to start integration with iphone.Can anybudy give me some advice?

flag

1 Answer

vote up 1 vote down

Do you want to integrate with an existing payment gateway of yours, or do you want to support the ability for users to purchase content and/or subscriptions directly from within your application?

If it is the latter, you should take a look at the In App Purchase capability introduced in iPhone OS 3.0.

link|flag
I want implement to integrate with an existing payment gateway with my application. – mikeJohn Sep 7 at 21:45
go ahead and publish that payment plans' API and we will try to help you. Otherwise, it's pretty simple: take credit card number or account number from the user and provide it to the payment gateway with your transaction. If payment gateway understands, then it will give you a receipt to provide to your user. – mahboudz Sep 8 at 21:59

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.