Friends,
I am working to implement online purchasing with credit card,how can i implement it by using third party API gateway,or else is there any other best way to implement the same.
Let me have sample code to implement for the same.
Looking for your valuable answers.
Thanks in advance.
you can use PAYPAL integration for that.Try this.
https://www.x.com/community/ppx/xspaces/mobile
https://www.x.com/docs/DOC-2532
Related
I just want to know can we integrate PayPal sdk in android with out Braintree support.
Because i just want to do payment from Android app using paypal only.
This is to be followed by each and everyone moving forward.
No further delays would be acceptable.
Let’s we help you
to know how can you do this.
let me know the each of the status.
Please check and confirm possible or not.
If possible then please continue
If you have any questions for the same then discuss with me.
These change need to be fix asap.
Hope you are well
I see it well
I want to authenticate my android app through GitHub account. I did not find any documentation for this. Please tell me if someone knows. How to do this?
To my knowledge in using firebase you can.
This link might help you: https://firebase.google.com/docs/auth/android/github-auth
Sadly, GitHub does not provide openID, but they do provide OAuth.
Check that out here: https://developer.github.com/v3/oauth/
I'm developing a simple application that has a few emoticons, and I want to make a functionallity that let people pay for new emoticons.
What's the best way to accomplish that?
I've been reading about licensing but I'm not sure if that's what I need (I'm kinda new on Android programming)
Thanks in advance
Ezequiel
I was looking in Android documentation, and the best approach seems to be In-App Billing
http://developer.android.com/google/play/billing/billing_integrate.html
In-App Purchase (IAP) will be the best way to implement pay for emoticons in your android app.
Here are some tutorials and examples to get you started.
https://blahti.wordpress.com/2014/07/30/how-to-add-in-app-billing-in-android-part-1/
http://www.theappguruz.com/blog/implement-in-app-purchase-version-3
https://github.com/anjlab/android-inapp-billing-v3
http://www.codeproject.com/Articles/1009240/How-to-Implement-Android-In-App-Purchases
I am trying to integrate payment gateway in my android app.
Purpose of app is to buy online e books.
Site is already Developed and it is using EBS service for payment.
To be specific App is designed for Asian countries only.
Can anyone help me regarding this?
Do i need to simply call my site URL for this or it is not a practical approach.
Any help would make work my simpler as i am not familiar with this stuff.
Please help me if you have experience with it but please do not just copy paste links as i have gone through many sites for that.
Here, EBS support you can find the API that EBS provides. There is no specific API currently available for android. I think you should have to implement it at your server side and make a call with web services.
Presently I am developing one application in android.I want to implement in app purchase in my app when i click a button.
Please help me with simple example to implementing in app purchase for our app.
Thanks in advance.
I am sorry to answer in this manner, but the documentation from Google is pretty good on the subject; http://developer.android.com/guide/market/billing/index.html
The "Dungeons" example provides sample code that is pretty good.
In app billing is a bit complex, and uses some advanced Android techniques like IPC. I have been experimenting with this for the last two-three days, and I think you will have to do like me; close the office door and dig into the sample code & docs.
good luck! Please ask any specific question along the way. I am sure people will be more than willing to help.