Reputation: 3596
I am working on an application which requires payment options for the user. User can do the payment by two options
This is my first time working on payment feature. To integrate PayPal I can use their SDK. But would like to get more information on implementing NetBanking in Android.
It will be very helpful for me to get started if anyone can share some links to get some idea on how it works and how to implement.
Thanks in advance.
Upvotes: 0
Views: 4491
Reputation: 574
I am working for payment options using Paytm and here in India it is a good option, however there documentation is not good.
WHat they are doing is, they gave me two PHP files which i Have to deploy in my server, one is inChecksumGenerationURL and second one is inChecksumVerificationURL and they provided an android SDK to initialize there SDK.
now After calling these two URL's using their Callback Function , they will redirect me to their activtity they provided me in their SDK.
and their will come two options, one of Debit/Credit card payment and one is NetBanking Payment.
What they are doing in NetBanking option is that, they are redirecting us to Banks website and after successfull payment they are coming back to our app using callback URL.
For netbanking You have to provide a callback URL.
Upvotes: 2
Reputation: 398
If you are from US, PayPal got it covered for both options, PayPal account or credit card payment.
The PayPal Mobile SDKs we provided for both iOS and Android platform can easily cover both the options.
Please have a look/read on the details HERE if you are interested on implementing PayPal Android SDK.
Upvotes: 1