Am I allowed to offer payments with a 3rd party payment gateway, for my iPhone app?

白昼怎懂夜的黑 提交于 2019-12-10 22:32:32

问题


So I have a RESTful Api service which has free and pay'ed stuff. Anyone can create an iPhone/Andriod/MSPhone app that leverages our api.

Bad analogy: imagine we're creating a chat api service for Steam .. and you can pay for more people in your friends list, instead of getting them via steam-experience/steam-levels. So now anyone can create a chat client (on any platform) .. and they use our REST api.

So, for anyone creating an iPhone app, are we allowed to accept credit card details and HTTPS POST them to our webserver .. where we call another payment gateway (eg. Stripe, paypal, etc.) to do the processing.

WE NEVER STORE ANYTHING ** (besides the receipt from Stripe, etc.)

Are well allowed to program this into our iPhone app? Or is that illegal? Can we also offer bitcoins as a payment option?

(Note: we're not really using Stripe .. but they are a well known payment processor, which helps explain this question).


回答1:


  1. For real goodies you can not use IAP.
  2. For virtual goodies consumed into your app you are allowed to integrate 3rd party payment gateway as long as you also implement IAP. Also note the price for your product through the IAP shall not be higher then through 3rd party payment gateway.
  3. Also thing about your product, if it is non-consumable you need to provide mechanism to restore the purchase.


来源:https://stackoverflow.com/questions/21154577/am-i-allowed-to-offer-payments-with-a-3rd-party-payment-gateway-for-my-iphone-a

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!