I am new to Android.
I want to know how can I integrate the ATOM payment gateway mobile checkout page in my application?
I want it so that the user should fill his credit card details and pay on-line.
If I use other payment gateways, like Paytm or Payu they provide an SDK, but Atom doesn't
Any help would be appreciated
Update: Android SDK is now provided by ATOM Payment gateway.Click this to get the SDK for various platform.
PREVIOUS METHOD
Call this asynctask on Payment button click
when we got response from web page we have form a url and transfer to
WebContent.class
}
//in vVendorURl you need a redirect url to fetch request from ATOM and send response to android Mobile
Just put this code inside redirect url
//reponseText is text recevied frm ATOM that is Okay or No
in vVendorUrl you have to pass a return url..make a page in server ..and put this java script code inside url.