开发者

Payment Gateway Query for iphone app

I am developing one application which has use of physical ordering like restaurant food ordering. Now i am stuck on how will i use the payment Gateway in which i heard from many sites after searching on google that Apple is rejecting the application if I don't want to use the InApp Purchage as it does not support for physical goods. I don't want to use Paypal and google checkout because it is more expensive as per my client business.

Client uses the website already for their business in which he used the third party payment gateway from www.fatcow.com which use the service of authorize.net 1) I got another option that i can open website mobile pages in Webview and handle it from their but still confuse if apple will reject the app.So please tell me how should i use the 3rd party payment gateway to place my order ?. 2) H开发者_如何学Cow can i successful make transaction and credit card processing in application is there any API or something available please provide some information.

Any help will be appreciated . Thank You.


To my knowledge you should not use any 3rd party payment gateways to process any debit/card transactions until unless its solely meets ISO 8583/8587 protocols and PCI (Payment Card Industries) standards. Any kind of hacky way, will put you in trouble.


nProb,you can use your existing support to make transactions but change you want to made is ask the web team to give you some API's which will carry the transaction process ,

For example , Web Team give a web service - contains all parameters [cost,creditcard etc] ,

then you pass these values from your app with form ui , the the web service will perform transaction & make to return status to your app by json or xml to intimate users that it is a successfull transaction.

Apple will never reject your app , as we have approved 5 similiar payment based apps.

Hope this helps!

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜