Almand
Almand

Reputation: 343

how to access payment gateways in iphone application

I need to access payment gateways (master or visa) in my iphone application. Any one can help me, how can i get it?

Upvotes: 0

Views: 104

Answers (1)

Kevin Sylvestre
Kevin Sylvestre

Reputation: 38092

Obviously you will need to interact with your payment gateway using the exposed API. However, be aware that Apple will likely reject your application if you do so (they require using their in app store in most cases for payment processing). I recommend you read the guidelines.

Upvotes: 1

Related Questions