-2

I want to add thirdparty payment gateway in my application for particular thing.can we use third party payment gateway for in app purchase features. please anyone help me

android
  • 51
  • 3
  • 12
  • on iOS third party payment are not allowed if the goods are digital. Only fiscal goods can be paid for by third party payment provider. – rckoenes Aug 19 '13 at 08:01

1 Answers1

1

Third party payment gateway can handle your one time purchase but can't handle in-app purchase subscriptions.

so you can use any payment gateway like PayPal and handle all purchase subscriptions on your WebServer according to your requirement.

i.e.: when the user successfully pays via PayPal , you can make an entry on your WebServer for that transaction by calling WebAPI from android.

Example: PayPal integration

I hope it will be helpful.

Mehul Joisar
  • 15,348
  • 6
  • 48
  • 57