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
Asked
Active
Viewed 1,084 times
1 Answers
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