1

Possible Duplicates:
Which kind of Payment gateway can inter available in iPhone?
Has anyone implemented the PayPal API through a native iPhone app?

I have good experience of application development in iPhone. But i done little work with payment gateways. I have been working with Paypal gateway. I want to integrate authorize.net api in iphone. So if anybody can idea about it. please give me reference.

Community
  • 1
  • 1
Hresh
  • 11
  • 1
  • Just be aware that Apple aren't exactly appreciative of external payments, unless it's related to physical goods. – Mantar May 04 '11 at 13:24

1 Answers1

1

you can do that in objective C please have a look here:

figured this out after some heavy API research. Below is a method that creates an HTTP POST to send to Paypal and makes an NSURLRequest. You can fill in the appropriate string format variables. I used HTTP Client to check what I was doing. PayPal API through a native iPhone app?

Community
  • 1
  • 1
Ahmad Kayyali
  • 8,233
  • 13
  • 49
  • 83